Shades of Pigment Green #12994C
Tints of Pigment Green #12994C
RGB
CMYK
RGB Variations
Color information
#12994C (or 0x12994C) is known color: Pigment Green. HEX triplet: 12, 99 and 4C. RGB value is (18,153,76). Sum of RGB (Red+Green+Blue) = 18+153+76=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #12994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12994C is #ED66B3. Grayscale: #686868. Windows color (decimal): -15558324 or 5019922. OLE color: 5019922.
HSL color Cylindrical-coordinate representation of color #12994C: hue angle of 145.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12994C is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 76 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.4 |
| HSL | 145.78º | 0.79% | 0.34% | - |
| HSV(B) | 145.78º | 0.88% | 0.6% | - |
| XYZ | 12.95 | 23.43 | 10.68 | - |
| YUV | 103.86 | 112.27 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 76 | 0.88 | 0 | 0.50 | 0.4 | 145.78 | 0.79 | 0.34 |
| Hex | 12 | 99 | 4C | 58 | 0 | 32 | 28 | 92 | 4F | 22 |
| Octal | 22 | 231 | 114 | 130 | 0 | 62 | 50 | 222 | 117 | 42 |
| Binary | 10010 | 10011001 | 1001100 | 1011000 | 0 | 110010 | 101000 | 10010010 | 1001111 | 100010 |
Color Harmonies of #12994C
Complementary color
Monochromatic Colors of #12994C
Black with #12994C
Text Example
Text Example
White with #12994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12994C; }
p { color: rgb(18,153,76); }
H1.HeaderClassName
{
color: #12994C;
}
.AnyTagClassName
{
color: #12994C;
}
</style>
background-color css
<style>
a { background-color: #12994C; }
a { background-color: rgb(18,153,76); }
div.DivClassName
{
background-color: #12994C;
}
.BgClassName
{
background-color: #12994C;
}
</style>
border-color css
<style>
span { border-color: #12994C; }
span { border-color: rgb(18,153,76); }
td.TdClassName
{
border-color: #12994C;
}
.TagClassName
{
border-color: #12994C;
}
</style>