Shades of Green #095A02
Tints of Green #095A02
RGB
CMYK
RGB Variations
Color information
#095A02 (or 0x095A02) is known color: Green. HEX triplet: 09, 5A and 02. RGB value is (9,90,2). Sum of RGB (Red+Green+Blue) = 9+90+2=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 90 (35.55% from 255 or 89.11% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 90 - color contains mainly: green. Hex color #095A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A02 is #F6A5FD. Grayscale: #383838. Windows color (decimal): -16164350 or 154121. OLE color: 154121.
HSL color Cylindrical-coordinate representation of color #095A02: hue angle of 115.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #095A02 is Cyan = 0.9, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 2 | - |
| CMYK | 0.9 | 0 | 0.98 | 0.65 |
| HSL | 115.23º | 0.96% | 0.18% | - |
| HSV(B) | 115.23º | 0.98% | 0.35% | - |
| XYZ | 3.78 | 7.37 | 1.28 | - |
| YUV | 55.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 2 | 0.9 | 0 | 0.98 | 0.65 | 115.23 | 0.96 | 0.18 |
| Hex | 9 | 5A | 2 | 5A | 0 | 62 | 41 | 73 | 60 | 12 |
| Octal | 11 | 132 | 2 | 132 | 0 | 142 | 101 | 163 | 140 | 22 |
| Binary | 1001 | 1011010 | 10 | 1011010 | 0 | 1100010 | 1000001 | 1110011 | 1100000 | 10010 |
Color Harmonies of #095A02
Complementary color
Monochromatic Colors of #095A02
Black with #095A02
Text Example
Text Example
White with #095A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A02; }
p { color: rgb(9,90,2); }
H1.HeaderClassName
{
color: #095A02;
}
.AnyTagClassName
{
color: #095A02;
}
</style>
background-color css
<style>
a { background-color: #095A02; }
a { background-color: rgb(9,90,2); }
div.DivClassName
{
background-color: #095A02;
}
.BgClassName
{
background-color: #095A02;
}
</style>
border-color css
<style>
span { border-color: #095A02; }
span { border-color: rgb(9,90,2); }
td.TdClassName
{
border-color: #095A02;
}
.TagClassName
{
border-color: #095A02;
}
</style>