Shades of Green #0A5A02
Tints of Green #0A5A02
RGB
CMYK
RGB Variations
Color information
#0A5A02 (or 0x0A5A02) is known color: Green. HEX triplet: 0A, 5A and 02. RGB value is (10,90,2). Sum of RGB (Red+Green+Blue) = 10+90+2=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 90 (35.55% from 255 or 88.24% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5A02 is #F5A5FD. Grayscale: #383838. Windows color (decimal): -16098814 or 154122. OLE color: 154122.
HSL color Cylindrical-coordinate representation of color #0A5A02: hue angle of 114.55º 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 #0A5A02 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 90 | 2 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.65 |
| HSL | 114.55º | 0.96% | 0.18% | - |
| HSV(B) | 114.55º | 0.98% | 0.35% | - |
| XYZ | 3.79 | 7.38 | 1.28 | - |
| YUV | 56.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 2 | 0.89 | 0 | 0.98 | 0.65 | 114.55 | 0.96 | 0.18 |
| Hex | A | 5A | 2 | 59 | 0 | 62 | 41 | 73 | 60 | 12 |
| Octal | 12 | 132 | 2 | 131 | 0 | 142 | 101 | 163 | 140 | 22 |
| Binary | 1010 | 1011010 | 10 | 1011001 | 0 | 1100010 | 1000001 | 1110011 | 1100000 | 10010 |
Color Harmonies of #0A5A02
Complementary color
Monochromatic Colors of #0A5A02
Black with #0A5A02
Text Example
Text Example
White with #0A5A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A02; }
p { color: rgb(10,90,2); }
H1.HeaderClassName
{
color: #0A5A02;
}
.AnyTagClassName
{
color: #0A5A02;
}
</style>
background-color css
<style>
a { background-color: #0A5A02; }
a { background-color: rgb(10,90,2); }
div.DivClassName
{
background-color: #0A5A02;
}
.BgClassName
{
background-color: #0A5A02;
}
</style>
border-color css
<style>
span { border-color: #0A5A02; }
span { border-color: rgb(10,90,2); }
td.TdClassName
{
border-color: #0A5A02;
}
.TagClassName
{
border-color: #0A5A02;
}
</style>