Shades of Green #095E08
Tints of Green #095E08
RGB
CMYK
RGB Variations
Color information
#095E08 (or 0x095E08) is known color: Green. HEX triplet: 09, 5E and 08. RGB value is (9,94,8). Sum of RGB (Red+Green+Blue) = 9+94+8=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 94 (37.11% from 255 or 84.68% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 94 - color contains mainly: green. Hex color #095E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E08 is #F6A1F7. Grayscale: #3B3B3B. Windows color (decimal): -16163320 or 548361. OLE color: 548361.
HSL color Cylindrical-coordinate representation of color #095E08: hue angle of 119.3º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095E08 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 94 | 8 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.63 |
| HSL | 119.3º | 0.84% | 0.2% | - |
| HSV(B) | 119.3º | 0.91% | 0.37% | - |
| XYZ | 4.16 | 8.08 | 1.57 | - |
| YUV | 58.78 | 99.34 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 8 | 0.90 | 0 | 0.91 | 0.63 | 119.3 | 0.84 | 0.2 |
| Hex | 9 | 5E | 8 | 5A | 0 | 5B | 3F | 77 | 54 | 14 |
| Octal | 11 | 136 | 10 | 132 | 0 | 133 | 77 | 167 | 124 | 24 |
| Binary | 1001 | 1011110 | 1000 | 1011010 | 0 | 1011011 | 111111 | 1110111 | 1010100 | 10100 |
Color Harmonies of #095E08
Complementary color
Monochromatic Colors of #095E08
Black with #095E08
Text Example
Text Example
White with #095E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E08; }
p { color: rgb(9,94,8); }
H1.HeaderClassName
{
color: #095E08;
}
.AnyTagClassName
{
color: #095E08;
}
</style>
background-color css
<style>
a { background-color: #095E08; }
a { background-color: rgb(9,94,8); }
div.DivClassName
{
background-color: #095E08;
}
.BgClassName
{
background-color: #095E08;
}
</style>
border-color css
<style>
span { border-color: #095E08; }
span { border-color: rgb(9,94,8); }
td.TdClassName
{
border-color: #095E08;
}
.TagClassName
{
border-color: #095E08;
}
</style>