Shades of Green #0A8A0C
Tints of Green #0A8A0C
RGB
CMYK
RGB Variations
Color information
#0A8A0C (or 0x0A8A0C) is known color: Green. HEX triplet: 0A, 8A and 0C. RGB value is (10,138,12). Sum of RGB (Red+Green+Blue) = 10+138+12=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 138 (54.30% from 255 or 86.25% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8A0C is #F575F3. Grayscale: #555555. Windows color (decimal): -16086516 or 821770. OLE color: 821770.
HSL color Cylindrical-coordinate representation of color #0A8A0C: hue angle of 120.94º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8A0C is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 12 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.46 |
| HSL | 120.94º | 0.86% | 0.29% | - |
| HSV(B) | 120.94º | 0.93% | 0.54% | - |
| XYZ | 9.28 | 18.27 | 3.38 | - |
| YUV | 85.36 | 86.59 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 12 | 0.93 | 0 | 0.91 | 0.46 | 120.94 | 0.86 | 0.29 |
| Hex | A | 8A | C | 5D | 0 | 5B | 2E | 79 | 56 | 1D |
| Octal | 12 | 212 | 14 | 135 | 0 | 133 | 56 | 171 | 126 | 35 |
| Binary | 1010 | 10001010 | 1100 | 1011101 | 0 | 1011011 | 101110 | 1111001 | 1010110 | 11101 |
Color Harmonies of #0A8A0C
Complementary color
Monochromatic Colors of #0A8A0C
Black with #0A8A0C
Text Example
Text Example
White with #0A8A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A0C; }
p { color: rgb(10,138,12); }
H1.HeaderClassName
{
color: #0A8A0C;
}
.AnyTagClassName
{
color: #0A8A0C;
}
</style>
background-color css
<style>
a { background-color: #0A8A0C; }
a { background-color: rgb(10,138,12); }
div.DivClassName
{
background-color: #0A8A0C;
}
.BgClassName
{
background-color: #0A8A0C;
}
</style>
border-color css
<style>
span { border-color: #0A8A0C; }
span { border-color: rgb(10,138,12); }
td.TdClassName
{
border-color: #0A8A0C;
}
.TagClassName
{
border-color: #0A8A0C;
}
</style>