Shades of Pigment Green #12B752
Tints of Pigment Green #12B752
RGB
CMYK
RGB Variations
Color information
#12B752 (or 0x12B752) is known color: Pigment Green. HEX triplet: 12, B7 and 52. RGB value is (18,183,82). Sum of RGB (Red+Green+Blue) = 18+183+82=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #12B752 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B752 is #ED48AD. Grayscale: #7A7A7A. Windows color (decimal): -15550638 or 5420818. OLE color: 5420818.
HSL color Cylindrical-coordinate representation of color #12B752: hue angle of 143.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B752 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 82 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.28 |
| HSL | 143.27º | 0.82% | 0.39% | - |
| HSV(B) | 143.27º | 0.9% | 0.72% | - |
| XYZ | 18.71 | 34.6 | 13.68 | - |
| YUV | 122.15 | 105.34 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 82 | 0.90 | 0 | 0.55 | 0.28 | 143.27 | 0.82 | 0.39 |
| Hex | 12 | B7 | 52 | 5A | 0 | 37 | 1C | 8F | 52 | 27 |
| Octal | 22 | 267 | 122 | 132 | 0 | 67 | 34 | 217 | 122 | 47 |
| Binary | 10010 | 10110111 | 1010010 | 1011010 | 0 | 110111 | 11100 | 10001111 | 1010010 | 100111 |
Color Harmonies of #12B752
Complementary color
Monochromatic Colors of #12B752
Black with #12B752
Text Example
Text Example
White with #12B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B752; }
p { color: rgb(18,183,82); }
H1.HeaderClassName
{
color: #12B752;
}
.AnyTagClassName
{
color: #12B752;
}
</style>
background-color css
<style>
a { background-color: #12B752; }
a { background-color: rgb(18,183,82); }
div.DivClassName
{
background-color: #12B752;
}
.BgClassName
{
background-color: #12B752;
}
</style>
border-color css
<style>
span { border-color: #12B752; }
span { border-color: rgb(18,183,82); }
td.TdClassName
{
border-color: #12B752;
}
.TagClassName
{
border-color: #12B752;
}
</style>