Shades of Green #0C8A10
Tints of Green #0C8A10
RGB
CMYK
RGB Variations
Color information
#0C8A10 (or 0x0C8A10) is known color: Green. HEX triplet: 0C, 8A and 10. RGB value is (12,138,16). Sum of RGB (Red+Green+Blue) = 12+138+16=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 138 (54.30% from 255 or 83.13% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8A10 is #F375EF. Grayscale: #565656. Windows color (decimal): -15955440 or 1083916. OLE color: 1083916.
HSL color Cylindrical-coordinate representation of color #0C8A10: hue angle of 121.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A10 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 16 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.46 |
| HSL | 121.9º | 0.84% | 0.29% | - |
| HSV(B) | 121.9º | 0.91% | 0.54% | - |
| XYZ | 9.33 | 18.29 | 3.53 | - |
| YUV | 86.42 | 88.26 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 16 | 0.91 | 0 | 0.88 | 0.46 | 121.9 | 0.84 | 0.29 |
| Hex | C | 8A | 10 | 5B | 0 | 58 | 2E | 7A | 54 | 1D |
| Octal | 14 | 212 | 20 | 133 | 0 | 130 | 56 | 172 | 124 | 35 |
| Binary | 1100 | 10001010 | 10000 | 1011011 | 0 | 1011000 | 101110 | 1111010 | 1010100 | 11101 |
Color Harmonies of #0C8A10
Complementary color
Monochromatic Colors of #0C8A10
Black with #0C8A10
Text Example
Text Example
White with #0C8A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A10; }
p { color: rgb(12,138,16); }
H1.HeaderClassName
{
color: #0C8A10;
}
.AnyTagClassName
{
color: #0C8A10;
}
</style>
background-color css
<style>
a { background-color: #0C8A10; }
a { background-color: rgb(12,138,16); }
div.DivClassName
{
background-color: #0C8A10;
}
.BgClassName
{
background-color: #0C8A10;
}
</style>
border-color css
<style>
span { border-color: #0C8A10; }
span { border-color: rgb(12,138,16); }
td.TdClassName
{
border-color: #0C8A10;
}
.TagClassName
{
border-color: #0C8A10;
}
</style>