Shades of Green #12870C
Tints of Green #12870C
RGB
CMYK
RGB Variations
Color information
#12870C (or 0x12870C) is known color: Green. HEX triplet: 12, 87 and 0C. RGB value is (18,135,12). Sum of RGB (Red+Green+Blue) = 18+135+12=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 135 (53.12% from 255 or 81.82% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 135 - color contains mainly: green. Hex color #12870C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12870C is #ED78F3. Grayscale: #565656. Windows color (decimal): -15562996 or 821010. OLE color: 821010.
HSL color Cylindrical-coordinate representation of color #12870C: hue angle of 117.07º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12870C is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 12 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.47 |
| HSL | 117.07º | 0.84% | 0.29% | - |
| HSV(B) | 117.07º | 0.91% | 0.53% | - |
| XYZ | 8.98 | 17.48 | 3.25 | - |
| YUV | 86 | 86.24 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 12 | 0.87 | 0 | 0.91 | 0.47 | 117.07 | 0.84 | 0.29 |
| Hex | 12 | 87 | C | 57 | 0 | 5B | 2F | 75 | 54 | 1D |
| Octal | 22 | 207 | 14 | 127 | 0 | 133 | 57 | 165 | 124 | 35 |
| Binary | 10010 | 10000111 | 1100 | 1010111 | 0 | 1011011 | 101111 | 1110101 | 1010100 | 11101 |
Color Harmonies of #12870C
Complementary color
Monochromatic Colors of #12870C
Black with #12870C
Text Example
Text Example
White with #12870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12870C; }
p { color: rgb(18,135,12); }
H1.HeaderClassName
{
color: #12870C;
}
.AnyTagClassName
{
color: #12870C;
}
</style>
background-color css
<style>
a { background-color: #12870C; }
a { background-color: rgb(18,135,12); }
div.DivClassName
{
background-color: #12870C;
}
.BgClassName
{
background-color: #12870C;
}
</style>
border-color css
<style>
span { border-color: #12870C; }
span { border-color: rgb(18,135,12); }
td.TdClassName
{
border-color: #12870C;
}
.TagClassName
{
border-color: #12870C;
}
</style>