Shades of Pigment Green #12994D
Tints of Pigment Green #12994D
RGB
CMYK
RGB Variations
Color information
#12994D (or 0x12994D) is known color: Pigment Green. HEX triplet: 12, 99 and 4D. RGB value is (18,153,77). Sum of RGB (Red+Green+Blue) = 18+153+77=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #12994D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12994D is #ED66B2. Grayscale: #686868. Windows color (decimal): -15558323 or 5085458. OLE color: 5085458.
HSL color Cylindrical-coordinate representation of color #12994D: hue angle of 146.22º 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 #12994D is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 77 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.4 |
| HSL | 146.22º | 0.79% | 0.34% | - |
| HSV(B) | 146.22º | 0.88% | 0.6% | - |
| XYZ | 12.98 | 23.45 | 10.86 | - |
| YUV | 103.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 77 | 0.88 | 0 | 0.50 | 0.4 | 146.22 | 0.79 | 0.34 |
| Hex | 12 | 99 | 4D | 58 | 0 | 32 | 28 | 92 | 4F | 22 |
| Octal | 22 | 231 | 115 | 130 | 0 | 62 | 50 | 222 | 117 | 42 |
| Binary | 10010 | 10011001 | 1001101 | 1011000 | 0 | 110010 | 101000 | 10010010 | 1001111 | 100010 |
Color Harmonies of #12994D
Complementary color
Monochromatic Colors of #12994D
Black with #12994D
Text Example
Text Example
White with #12994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12994D; }
p { color: rgb(18,153,77); }
H1.HeaderClassName
{
color: #12994D;
}
.AnyTagClassName
{
color: #12994D;
}
</style>
background-color css
<style>
a { background-color: #12994D; }
a { background-color: rgb(18,153,77); }
div.DivClassName
{
background-color: #12994D;
}
.BgClassName
{
background-color: #12994D;
}
</style>
border-color css
<style>
span { border-color: #12994D; }
span { border-color: rgb(18,153,77); }
td.TdClassName
{
border-color: #12994D;
}
.TagClassName
{
border-color: #12994D;
}
</style>