Shades of Pigment Green #12B753
Tints of Pigment Green #12B753
RGB
CMYK
RGB Variations
Color information
#12B753 (or 0x12B753) is known color: Pigment Green. HEX triplet: 12, B7 and 53. RGB value is (18,183,83). Sum of RGB (Red+Green+Blue) = 18+183+83=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 183 (71.88% from 255 or 64.44% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 183 - color contains mainly: green. Hex color #12B753 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B753 is #ED48AC. Grayscale: #7A7A7A. Windows color (decimal): -15550637 or 5486354. OLE color: 5486354.
HSL color Cylindrical-coordinate representation of color #12B753: hue angle of 143.64º 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 #12B753 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 83 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.28 |
| HSL | 143.64º | 0.82% | 0.39% | - |
| HSV(B) | 143.64º | 0.9% | 0.72% | - |
| XYZ | 18.74 | 34.62 | 13.88 | - |
| YUV | 122.27 | 105.84 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 83 | 0.90 | 0 | 0.55 | 0.28 | 143.64 | 0.82 | 0.39 |
| Hex | 12 | B7 | 53 | 5A | 0 | 37 | 1C | 90 | 52 | 27 |
| Octal | 22 | 267 | 123 | 132 | 0 | 67 | 34 | 220 | 122 | 47 |
| Binary | 10010 | 10110111 | 1010011 | 1011010 | 0 | 110111 | 11100 | 10010000 | 1010010 | 100111 |
Color Harmonies of #12B753
Complementary color
Monochromatic Colors of #12B753
Black with #12B753
Text Example
Text Example
White with #12B753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B753; }
p { color: rgb(18,183,83); }
H1.HeaderClassName
{
color: #12B753;
}
.AnyTagClassName
{
color: #12B753;
}
</style>
background-color css
<style>
a { background-color: #12B753; }
a { background-color: rgb(18,183,83); }
div.DivClassName
{
background-color: #12B753;
}
.BgClassName
{
background-color: #12B753;
}
</style>
border-color css
<style>
span { border-color: #12B753; }
span { border-color: rgb(18,183,83); }
td.TdClassName
{
border-color: #12B753;
}
.TagClassName
{
border-color: #12B753;
}
</style>