Shades of Green #12710F
Tints of Green #12710F
RGB
CMYK
RGB Variations
Color information
#12710F (or 0x12710F) is known color: Green. HEX triplet: 12, 71 and 0F. RGB value is (18,113,15). Sum of RGB (Red+Green+Blue) = 18+113+15=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 113 (44.53% from 255 or 77.40% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 113 - color contains mainly: green. Hex color #12710F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12710F is #ED8EF0. Grayscale: #494949. Windows color (decimal): -15568625 or 1011986. OLE color: 1011986.
HSL color Cylindrical-coordinate representation of color #12710F: hue angle of 118.16º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12710F is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 15 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.56 |
| HSL | 118.16º | 0.77% | 0.25% | - |
| HSV(B) | 118.16º | 0.87% | 0.44% | - |
| XYZ | 6.24 | 11.97 | 2.43 | - |
| YUV | 73.42 | 95.03 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 15 | 0.84 | 0 | 0.87 | 0.56 | 118.16 | 0.77 | 0.25 |
| Hex | 12 | 71 | F | 54 | 0 | 57 | 38 | 76 | 4D | 19 |
| Octal | 22 | 161 | 17 | 124 | 0 | 127 | 70 | 166 | 115 | 31 |
| Binary | 10010 | 1110001 | 1111 | 1010100 | 0 | 1010111 | 111000 | 1110110 | 1001101 | 11001 |
Color Harmonies of #12710F
Complementary color
Monochromatic Colors of #12710F
Black with #12710F
Text Example
Text Example
White with #12710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12710F; }
p { color: rgb(18,113,15); }
H1.HeaderClassName
{
color: #12710F;
}
.AnyTagClassName
{
color: #12710F;
}
</style>
background-color css
<style>
a { background-color: #12710F; }
a { background-color: rgb(18,113,15); }
div.DivClassName
{
background-color: #12710F;
}
.BgClassName
{
background-color: #12710F;
}
</style>
border-color css
<style>
span { border-color: #12710F; }
span { border-color: rgb(18,113,15); }
td.TdClassName
{
border-color: #12710F;
}
.TagClassName
{
border-color: #12710F;
}
</style>