Shades of Green #095A08
Tints of Green #095A08
RGB
CMYK
RGB Variations
Color information
#095A08 (or 0x095A08) is known color: Green. HEX triplet: 09, 5A and 08. RGB value is (9,90,8). Sum of RGB (Red+Green+Blue) = 9+90+8=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 90 (35.55% from 255 or 84.11% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 90 - color contains mainly: green. Hex color #095A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A08 is #F6A5F7. Grayscale: #383838. Windows color (decimal): -16164344 or 547337. OLE color: 547337.
HSL color Cylindrical-coordinate representation of color #095A08: hue angle of 119.27º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095A08 is Cyan = 0.9, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 8 | - |
| CMYK | 0.9 | 0 | 0.91 | 0.65 |
| HSL | 119.27º | 0.84% | 0.19% | - |
| HSV(B) | 119.27º | 0.91% | 0.35% | - |
| XYZ | 3.81 | 7.39 | 1.45 | - |
| YUV | 56.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 8 | 0.9 | 0 | 0.91 | 0.65 | 119.27 | 0.84 | 0.19 |
| Hex | 9 | 5A | 8 | 5A | 0 | 5B | 41 | 77 | 54 | 13 |
| Octal | 11 | 132 | 10 | 132 | 0 | 133 | 101 | 167 | 124 | 23 |
| Binary | 1001 | 1011010 | 1000 | 1011010 | 0 | 1011011 | 1000001 | 1110111 | 1010100 | 10011 |
Color Harmonies of #095A08
Complementary color
Monochromatic Colors of #095A08
Black with #095A08
Text Example
Text Example
White with #095A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A08; }
p { color: rgb(9,90,8); }
H1.HeaderClassName
{
color: #095A08;
}
.AnyTagClassName
{
color: #095A08;
}
</style>
background-color css
<style>
a { background-color: #095A08; }
a { background-color: rgb(9,90,8); }
div.DivClassName
{
background-color: #095A08;
}
.BgClassName
{
background-color: #095A08;
}
</style>
border-color css
<style>
span { border-color: #095A08; }
span { border-color: rgb(9,90,8); }
td.TdClassName
{
border-color: #095A08;
}
.TagClassName
{
border-color: #095A08;
}
</style>