Shades of Pigment Green #12B55D
Tints of Pigment Green #12B55D
RGB
CMYK
RGB Variations
Color information
#12B55D (or 0x12B55D) is known color: Pigment Green. HEX triplet: 12, B5 and 5D. RGB value is (18,181,93). Sum of RGB (Red+Green+Blue) = 18+181+93=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #12B55D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B55D is #ED4AA2. Grayscale: #7A7A7A. Windows color (decimal): -15551139 or 6141202. OLE color: 6141202.
HSL color Cylindrical-coordinate representation of color #12B55D: hue angle of 147.61º 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 #12B55D is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 93 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.29 |
| HSL | 147.61º | 0.82% | 0.39% | - |
| HSV(B) | 147.61º | 0.9% | 0.71% | - |
| XYZ | 18.75 | 33.97 | 15.92 | - |
| YUV | 122.23 | 111.5 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 93 | 0.90 | 0 | 0.49 | 0.29 | 147.61 | 0.82 | 0.39 |
| Hex | 12 | B5 | 5D | 5A | 0 | 31 | 1D | 94 | 52 | 27 |
| Octal | 22 | 265 | 135 | 132 | 0 | 61 | 35 | 224 | 122 | 47 |
| Binary | 10010 | 10110101 | 1011101 | 1011010 | 0 | 110001 | 11101 | 10010100 | 1010010 | 100111 |
Color Harmonies of #12B55D
Complementary color
Monochromatic Colors of #12B55D
Black with #12B55D
Text Example
Text Example
White with #12B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B55D; }
p { color: rgb(18,181,93); }
H1.HeaderClassName
{
color: #12B55D;
}
.AnyTagClassName
{
color: #12B55D;
}
</style>
background-color css
<style>
a { background-color: #12B55D; }
a { background-color: rgb(18,181,93); }
div.DivClassName
{
background-color: #12B55D;
}
.BgClassName
{
background-color: #12B55D;
}
</style>
border-color css
<style>
span { border-color: #12B55D; }
span { border-color: rgb(18,181,93); }
td.TdClassName
{
border-color: #12B55D;
}
.TagClassName
{
border-color: #12B55D;
}
</style>