Shades of Green #0C8A02
Tints of Green #0C8A02
RGB
CMYK
RGB Variations
Color information
#0C8A02 (or 0x0C8A02) is known color: Green. HEX triplet: 0C, 8A and 02. RGB value is (12,138,2). Sum of RGB (Red+Green+Blue) = 12+138+2=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 138 (54.30% from 255 or 90.79% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8A02 is #F375FD. Grayscale: #555555. Windows color (decimal): -15955454 or 166412. OLE color: 166412.
HSL color Cylindrical-coordinate representation of color #0C8A02: hue angle of 115.59º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C8A02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.46 |
| HSL | 115.59º | 0.97% | 0.27% | - |
| HSV(B) | 115.59º | 0.99% | 0.54% | - |
| XYZ | 9.25 | 18.26 | 3.09 | - |
| YUV | 84.82 | 81.26 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 2 | 0.91 | 0 | 0.99 | 0.46 | 115.59 | 0.97 | 0.27 |
| Hex | C | 8A | 2 | 5B | 0 | 63 | 2E | 74 | 61 | 1B |
| Octal | 14 | 212 | 2 | 133 | 0 | 143 | 56 | 164 | 141 | 33 |
| Binary | 1100 | 10001010 | 10 | 1011011 | 0 | 1100011 | 101110 | 1110100 | 1100001 | 11011 |
Color Harmonies of #0C8A02
Complementary color
Monochromatic Colors of #0C8A02
Black with #0C8A02
Text Example
Text Example
White with #0C8A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A02; }
p { color: rgb(12,138,2); }
H1.HeaderClassName
{
color: #0C8A02;
}
.AnyTagClassName
{
color: #0C8A02;
}
</style>
background-color css
<style>
a { background-color: #0C8A02; }
a { background-color: rgb(12,138,2); }
div.DivClassName
{
background-color: #0C8A02;
}
.BgClassName
{
background-color: #0C8A02;
}
</style>
border-color css
<style>
span { border-color: #0C8A02; }
span { border-color: rgb(12,138,2); }
td.TdClassName
{
border-color: #0C8A02;
}
.TagClassName
{
border-color: #0C8A02;
}
</style>