Shades of Green #12890C
Tints of Green #12890C
RGB
CMYK
RGB Variations
Color information
#12890C (or 0x12890C) is known color: Green. HEX triplet: 12, 89 and 0C. RGB value is (18,137,12). Sum of RGB (Red+Green+Blue) = 18+137+12=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 137 (53.91% from 255 or 82.04% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 137 - color contains mainly: green. Hex color #12890C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12890C is #ED76F3. Grayscale: #575757. Windows color (decimal): -15562484 or 821522. OLE color: 821522.
HSL color Cylindrical-coordinate representation of color #12890C: hue angle of 117.12º 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 #12890C is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 137 | 12 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.46 |
| HSL | 117.12º | 0.84% | 0.29% | - |
| HSV(B) | 117.12º | 0.91% | 0.54% | - |
| XYZ | 9.26 | 18.05 | 3.34 | - |
| YUV | 87.17 | 85.58 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 12 | 0.87 | 0 | 0.91 | 0.46 | 117.12 | 0.84 | 0.29 |
| Hex | 12 | 89 | C | 57 | 0 | 5B | 2E | 75 | 54 | 1D |
| Octal | 22 | 211 | 14 | 127 | 0 | 133 | 56 | 165 | 124 | 35 |
| Binary | 10010 | 10001001 | 1100 | 1010111 | 0 | 1011011 | 101110 | 1110101 | 1010100 | 11101 |
Color Harmonies of #12890C
Complementary color
Monochromatic Colors of #12890C
Black with #12890C
Text Example
Text Example
White with #12890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12890C; }
p { color: rgb(18,137,12); }
H1.HeaderClassName
{
color: #12890C;
}
.AnyTagClassName
{
color: #12890C;
}
</style>
background-color css
<style>
a { background-color: #12890C; }
a { background-color: rgb(18,137,12); }
div.DivClassName
{
background-color: #12890C;
}
.BgClassName
{
background-color: #12890C;
}
</style>
border-color css
<style>
span { border-color: #12890C; }
span { border-color: rgb(18,137,12); }
td.TdClassName
{
border-color: #12890C;
}
.TagClassName
{
border-color: #12890C;
}
</style>