Shades of Pigment Green #12B556
Tints of Pigment Green #12B556
RGB
CMYK
RGB Variations
Color information
#12B556 (or 0x12B556) is known color: Pigment Green. HEX triplet: 12, B5 and 56. RGB value is (18,181,86). Sum of RGB (Red+Green+Blue) = 18+181+86=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 181 (71.09% from 255 or 63.51% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 181 - color contains mainly: green. Hex color #12B556 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B556 is #ED4AA9. Grayscale: #797979. Windows color (decimal): -15551146 or 5682450. OLE color: 5682450.
HSL color Cylindrical-coordinate representation of color #12B556: hue angle of 145.03º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B556 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 86 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.29 |
| HSL | 145.03º | 0.82% | 0.39% | - |
| HSV(B) | 145.03º | 0.9% | 0.71% | - |
| XYZ | 18.45 | 33.85 | 14.36 | - |
| YUV | 121.43 | 108 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 86 | 0.90 | 0 | 0.52 | 0.29 | 145.03 | 0.82 | 0.39 |
| Hex | 12 | B5 | 56 | 5A | 0 | 34 | 1D | 91 | 52 | 27 |
| Octal | 22 | 265 | 126 | 132 | 0 | 64 | 35 | 221 | 122 | 47 |
| Binary | 10010 | 10110101 | 1010110 | 1011010 | 0 | 110100 | 11101 | 10010001 | 1010010 | 100111 |
Color Harmonies of #12B556
Complementary color
Monochromatic Colors of #12B556
Black with #12B556
Text Example
Text Example
White with #12B556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B556; }
p { color: rgb(18,181,86); }
H1.HeaderClassName
{
color: #12B556;
}
.AnyTagClassName
{
color: #12B556;
}
</style>
background-color css
<style>
a { background-color: #12B556; }
a { background-color: rgb(18,181,86); }
div.DivClassName
{
background-color: #12B556;
}
.BgClassName
{
background-color: #12B556;
}
</style>
border-color css
<style>
span { border-color: #12B556; }
span { border-color: rgb(18,181,86); }
td.TdClassName
{
border-color: #12B556;
}
.TagClassName
{
border-color: #12B556;
}
</style>