Shades of Green #085A02
Tints of Green #085A02
RGB
CMYK
RGB Variations
Color information
#085A02 (or 0x085A02) is known color: Green. HEX triplet: 08, 5A and 02. RGB value is (8,90,2). Sum of RGB (Red+Green+Blue) = 8+90+2=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 90 (35.55% from 255 or 90% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 90 - color contains mainly: green. Hex color #085A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A02 is #F7A5FD. Grayscale: #373737. Windows color (decimal): -16229886 or 154120. OLE color: 154120.
HSL color Cylindrical-coordinate representation of color #085A02: hue angle of 115.91º 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 #085A02 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 2 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.65 |
| HSL | 115.91º | 0.96% | 0.18% | - |
| HSV(B) | 115.91º | 0.98% | 0.35% | - |
| XYZ | 3.77 | 7.37 | 1.28 | - |
| YUV | 55.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 2 | 0.91 | 0 | 0.98 | 0.65 | 115.91 | 0.96 | 0.18 |
| Hex | 8 | 5A | 2 | 5B | 0 | 62 | 41 | 74 | 60 | 12 |
| Octal | 10 | 132 | 2 | 133 | 0 | 142 | 101 | 164 | 140 | 22 |
| Binary | 1000 | 1011010 | 10 | 1011011 | 0 | 1100010 | 1000001 | 1110100 | 1100000 | 10010 |
Color Harmonies of #085A02
Complementary color
Monochromatic Colors of #085A02
Black with #085A02
Text Example
Text Example
White with #085A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A02; }
p { color: rgb(8,90,2); }
H1.HeaderClassName
{
color: #085A02;
}
.AnyTagClassName
{
color: #085A02;
}
</style>
background-color css
<style>
a { background-color: #085A02; }
a { background-color: rgb(8,90,2); }
div.DivClassName
{
background-color: #085A02;
}
.BgClassName
{
background-color: #085A02;
}
</style>
border-color css
<style>
span { border-color: #085A02; }
span { border-color: rgb(8,90,2); }
td.TdClassName
{
border-color: #085A02;
}
.TagClassName
{
border-color: #085A02;
}
</style>