Shades of Pigment Green #12964B
Tints of Pigment Green #12964B
RGB
CMYK
RGB Variations
Color information
#12964B (or 0x12964B) is known color: Pigment Green. HEX triplet: 12, 96 and 4B. RGB value is (18,150,75). Sum of RGB (Red+Green+Blue) = 18+150+75=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #12964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12964B is #ED69B4. Grayscale: #666666. Windows color (decimal): -15559093 or 4953618. OLE color: 4953618.
HSL color Cylindrical-coordinate representation of color #12964B: hue angle of 145.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12964B is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 75 | - |
| CMYK | 0.88 | 0 | 0.5 | 0.41 |
| HSL | 145.91º | 0.79% | 0.33% | - |
| HSV(B) | 145.91º | 0.88% | 0.59% | - |
| XYZ | 12.43 | 22.45 | 10.33 | - |
| YUV | 101.98 | 112.77 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 75 | 0.88 | 0 | 0.5 | 0.41 | 145.91 | 0.79 | 0.33 |
| Hex | 12 | 96 | 4B | 58 | 0 | 32 | 29 | 92 | 4F | 21 |
| Octal | 22 | 226 | 113 | 130 | 0 | 62 | 51 | 222 | 117 | 41 |
| Binary | 10010 | 10010110 | 1001011 | 1011000 | 0 | 110010 | 101001 | 10010010 | 1001111 | 100001 |
Color Harmonies of #12964B
Complementary color
Monochromatic Colors of #12964B
Black with #12964B
Text Example
Text Example
White with #12964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12964B; }
p { color: rgb(18,150,75); }
H1.HeaderClassName
{
color: #12964B;
}
.AnyTagClassName
{
color: #12964B;
}
</style>
background-color css
<style>
a { background-color: #12964B; }
a { background-color: rgb(18,150,75); }
div.DivClassName
{
background-color: #12964B;
}
.BgClassName
{
background-color: #12964B;
}
</style>
border-color css
<style>
span { border-color: #12964B; }
span { border-color: rgb(18,150,75); }
td.TdClassName
{
border-color: #12964B;
}
.TagClassName
{
border-color: #12964B;
}
</style>