Shades of Elf Green #0C8A66
Tints of Elf Green #0C8A66
RGB
CMYK
RGB Variations
Color information
#0C8A66 (or 0x0C8A66) is known color: Elf Green. HEX triplet: 0C, 8A and 66. RGB value is (12,138,102). Sum of RGB (Red+Green+Blue) = 12+138+102=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8A66 is #F37599. Grayscale: #606060. Windows color (decimal): -15955354 or 6720012. OLE color: 6720012.
HSL color Cylindrical-coordinate representation of color #0C8A66: hue angle of 162.86º 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 #0C8A66 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 102 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.46 |
| HSL | 162.86º | 0.84% | 0.29% | - |
| HSV(B) | 162.86º | 0.91% | 0.54% | - |
| XYZ | 11.64 | 19.21 | 15.67 | - |
| YUV | 96.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 102 | 0.91 | 0 | 0.26 | 0.46 | 162.86 | 0.84 | 0.29 |
| Hex | C | 8A | 66 | 5B | 0 | 1A | 2E | A3 | 54 | 1D |
| Octal | 14 | 212 | 146 | 133 | 0 | 32 | 56 | 243 | 124 | 35 |
| Binary | 1100 | 10001010 | 1100110 | 1011011 | 0 | 11010 | 101110 | 10100011 | 1010100 | 11101 |
Color Harmonies of #0C8A66
Complementary color
Monochromatic Colors of #0C8A66
Black with #0C8A66
Text Example
Text Example
White with #0C8A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A66; }
p { color: rgb(12,138,102); }
H1.HeaderClassName
{
color: #0C8A66;
}
.AnyTagClassName
{
color: #0C8A66;
}
</style>
background-color css
<style>
a { background-color: #0C8A66; }
a { background-color: rgb(12,138,102); }
div.DivClassName
{
background-color: #0C8A66;
}
.BgClassName
{
background-color: #0C8A66;
}
</style>
border-color css
<style>
span { border-color: #0C8A66; }
span { border-color: rgb(12,138,102); }
td.TdClassName
{
border-color: #0C8A66;
}
.TagClassName
{
border-color: #0C8A66;
}
</style>