COLOR #095A00

HEX: #095A00
RGB: (9,90,0)

Color info

#095A00 contains mainly green color. Web safe color of #095A00 is #006600 (or #060).

RGB color model

#095A00 color RGB value is (9,90,0).

  • red value is 9;
  • green value is 90;
  • blue value is 0.
RGB:
(9,90,0)
(4%,35%,0%)

RGB channels and saturation

R 9 of 255 = 4%
G 90 of 255 = 35%
B 0 of 255 = 0%

9
90
0

R + G + B ~ 13%. #095A00 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 90 + 0 = 99 (100%)
R 9 of 99 ~ 9.09%
G 90 of 99 ~ 90.91%
B 0 of 99 ~ 0%

%90.91

CMYK color model

#095A00 color CMYK value is (90,0,100,65).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 64.71%
CMYK:
(90,0,100,65)
C90M0Y100K65 
(90%,0%,100%,65%)
(0.90/0.00/1.00/0.65)	

CMYK percentages

%90
%0
%100
%64.71

Codes

Color #095A00 in popluar color models

095A00
RGB9900
HSL114°100.00%17.65%
HSB/HSV114°100.00%35.29%
CMYK90.00%0.00%100.00%
64.71%

Color #095A00 in popluar number systems.

HEX095A00
Decimal9900
Binary100110110100
Octal111320

Shades and tints

Shades of #095A00

#095A00
(9,90,0)
#095200
(9,82,0)
#094A00
(9,74,0)
#094200
(9,66,0)
#093A00
(9,58,0)
#093200
(9,50,0)
#092A00
(9,42,0)
#092200
(9,34,0)
#091A00
(9,26,0)
#091200
(9,18,0)
#090A00
(9,10,0)
#000000
(0,0,0)

Tints of #095A00

#095A00
(9,90,0)
#1F6917
(31,105,23)
#35782E
(53,120,46)
#4B8745
(75,135,69)
#61965C
(97,150,92)
#77A573
(119,165,115)
#8DB48A
(141,180,138)
#A3C3A1
(163,195,161)
#B9D2B8
(185,210,184)
#CFE1CF
(207,225,207)
#E5F0E6
(229,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095A00 color. Also use rgb(9,90,0) instead hex code.

Text Font Color

.myTextColor { color: #095A00; }

<p style="color:#095A00">This sample text font color is #095A00.</p>

This text font color is #095A00.


Background Color

.myBgColor { background-color: #095A00; }

<div style="background-color:#095A00">Inner text</div>

This div background color is #095A00.


Border color

.myBorderColor { border: 1px solid #095A00; }

<div style="border:3px solid #095A00">Div</div>

This div border color is #095A00.


Opacity

.myOpacity80 { color: #095A00; opacity: 0.8; }

<p style="color:#095A00;opacity:0.8;">80%</p>

Text with #095A00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #095A00;}

<p style="text-shadow: 3px 3px 1px #095A00">Text here.</p>

This text has shadow with #095A00 color.

.textShadow {text-shadow: 3px 3px 1px #095A00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #095A00, 5px 5px 20px red">Text here.</p>

This text has shadow with #095A00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#095A00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#095A00, Direction=45, Strength=4)">Text</p>

This text has shadow with #095A00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #095A00;
  -webkit-box-shadow:	1px 1px 3px 2px #095A00;
  box-shadow:		1px 1px 3px 2px #095A00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #095A00;
-webkit-box-shadow: 1px 1px 3px 2px #095A00;
box-shadow:1px 1px 3px 2px #095A00;">
Div content here</div>
This div box has shadow with color #095A00.

Preview

Color preview on black background

This text has color #095A00 on black background.


Color preview on white background

This text has color #095A00 on white background.



Black color preview on #095A00 background

This text has black color on #095A00 background.


White color preview on #095A00 background

This text has white color on #095A00 background.