Shades of Green #12860F
Tints of Green #12860F
RGB
CMYK
RGB Variations
Color information
#12860F (or 0x12860F) is known color: Green. HEX triplet: 12, 86 and 0F. RGB value is (18,134,15). Sum of RGB (Red+Green+Blue) = 18+134+15=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 134 (52.73% from 255 or 80.24% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 134 - color contains mainly: green. Hex color #12860F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12860F is #ED79F0. Grayscale: #565656. Windows color (decimal): -15563249 or 1017362. OLE color: 1017362.
HSL color Cylindrical-coordinate representation of color #12860F: hue angle of 118.49º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12860F is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 15 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.47 |
| HSL | 118.49º | 0.8% | 0.29% | - |
| HSV(B) | 118.49º | 0.89% | 0.53% | - |
| XYZ | 8.86 | 17.21 | 3.31 | - |
| YUV | 85.75 | 88.07 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 15 | 0.87 | 0 | 0.89 | 0.47 | 118.49 | 0.8 | 0.29 |
| Hex | 12 | 86 | F | 57 | 0 | 59 | 2F | 76 | 50 | 1D |
| Octal | 22 | 206 | 17 | 127 | 0 | 131 | 57 | 166 | 120 | 35 |
| Binary | 10010 | 10000110 | 1111 | 1010111 | 0 | 1011001 | 101111 | 1110110 | 1010000 | 11101 |
Color Harmonies of #12860F
Complementary color
Monochromatic Colors of #12860F
Black with #12860F
Text Example
Text Example
White with #12860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12860F; }
p { color: rgb(18,134,15); }
H1.HeaderClassName
{
color: #12860F;
}
.AnyTagClassName
{
color: #12860F;
}
</style>
background-color css
<style>
a { background-color: #12860F; }
a { background-color: rgb(18,134,15); }
div.DivClassName
{
background-color: #12860F;
}
.BgClassName
{
background-color: #12860F;
}
</style>
border-color css
<style>
span { border-color: #12860F; }
span { border-color: rgb(18,134,15); }
td.TdClassName
{
border-color: #12860F;
}
.TagClassName
{
border-color: #12860F;
}
</style>