Shades of Pigment Green #12984D
Tints of Pigment Green #12984D
RGB
CMYK
RGB Variations
Color information
#12984D (or 0x12984D) is known color: Pigment Green. HEX triplet: 12, 98 and 4D. RGB value is (18,152,77). Sum of RGB (Red+Green+Blue) = 18+152+77=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #12984D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12984D is #ED67B2. Grayscale: #676767. Windows color (decimal): -15558579 or 5085202. OLE color: 5085202.
HSL color Cylindrical-coordinate representation of color #12984D: hue angle of 146.42º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12984D is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 152 | 77 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.40 |
| HSL | 146.42º | 0.79% | 0.33% | - |
| HSV(B) | 146.42º | 0.88% | 0.6% | - |
| XYZ | 12.82 | 23.12 | 10.81 | - |
| YUV | 103.38 | 113.11 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 77 | 0.88 | 0 | 0.49 | 0.40 | 146.42 | 0.79 | 0.33 |
| Hex | 12 | 98 | 4D | 58 | 0 | 31 | 28 | 92 | 4F | 21 |
| Octal | 22 | 230 | 115 | 130 | 0 | 61 | 50 | 222 | 117 | 41 |
| Binary | 10010 | 10011000 | 1001101 | 1011000 | 0 | 110001 | 101000 | 10010010 | 1001111 | 100001 |
Color Harmonies of #12984D
Complementary color
Monochromatic Colors of #12984D
Black with #12984D
Text Example
Text Example
White with #12984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12984D; }
p { color: rgb(18,152,77); }
H1.HeaderClassName
{
color: #12984D;
}
.AnyTagClassName
{
color: #12984D;
}
</style>
background-color css
<style>
a { background-color: #12984D; }
a { background-color: rgb(18,152,77); }
div.DivClassName
{
background-color: #12984D;
}
.BgClassName
{
background-color: #12984D;
}
</style>
border-color css
<style>
span { border-color: #12984D; }
span { border-color: rgb(18,152,77); }
td.TdClassName
{
border-color: #12984D;
}
.TagClassName
{
border-color: #12984D;
}
</style>