Shades of Pigment Green #12B954
Tints of Pigment Green #12B954
RGB
CMYK
RGB Variations
Color information
#12B954 (or 0x12B954) is known color: Pigment Green. HEX triplet: 12, B9 and 54. RGB value is (18,185,84). Sum of RGB (Red+Green+Blue) = 18+185+84=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 185 (72.66% from 255 or 64.46% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 185 - color contains mainly: green. Hex color #12B954 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B954 is #ED46AB. Grayscale: #7B7B7B. Windows color (decimal): -15550124 or 5552402. OLE color: 5552402.
HSL color Cylindrical-coordinate representation of color #12B954: hue angle of 143.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B954 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 84 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.27 |
| HSL | 143.71º | 0.82% | 0.4% | - |
| HSV(B) | 143.71º | 0.9% | 0.73% | - |
| XYZ | 19.2 | 35.47 | 14.22 | - |
| YUV | 123.55 | 105.67 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 84 | 0.90 | 0 | 0.55 | 0.27 | 143.71 | 0.82 | 0.4 |
| Hex | 12 | B9 | 54 | 5A | 0 | 37 | 1B | 90 | 52 | 28 |
| Octal | 22 | 271 | 124 | 132 | 0 | 67 | 33 | 220 | 122 | 50 |
| Binary | 10010 | 10111001 | 1010100 | 1011010 | 0 | 110111 | 11011 | 10010000 | 1010010 | 101000 |
Color Harmonies of #12B954
Complementary color
Monochromatic Colors of #12B954
Black with #12B954
Text Example
Text Example
White with #12B954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B954; }
p { color: rgb(18,185,84); }
H1.HeaderClassName
{
color: #12B954;
}
.AnyTagClassName
{
color: #12B954;
}
</style>
background-color css
<style>
a { background-color: #12B954; }
a { background-color: rgb(18,185,84); }
div.DivClassName
{
background-color: #12B954;
}
.BgClassName
{
background-color: #12B954;
}
</style>
border-color css
<style>
span { border-color: #12B954; }
span { border-color: rgb(18,185,84); }
td.TdClassName
{
border-color: #12B954;
}
.TagClassName
{
border-color: #12B954;
}
</style>