Shades of Pigment Green #12B356
Tints of Pigment Green #12B356
RGB
CMYK
RGB Variations
Color information
#12B356 (or 0x12B356) is known color: Pigment Green. HEX triplet: 12, B3 and 56. RGB value is (18,179,86). Sum of RGB (Red+Green+Blue) = 18+179+86=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #12B356 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B356 is #ED4CA9. Grayscale: #787878. Windows color (decimal): -15551658 or 5681938. OLE color: 5681938.
HSL color Cylindrical-coordinate representation of color #12B356: hue angle of 145.34º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B356 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 179 | 86 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.30 |
| HSL | 145.34º | 0.82% | 0.39% | - |
| HSV(B) | 145.34º | 0.9% | 0.7% | - |
| XYZ | 18.05 | 33.04 | 14.23 | - |
| YUV | 120.26 | 108.66 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 86 | 0.90 | 0 | 0.52 | 0.30 | 145.34 | 0.82 | 0.39 |
| Hex | 12 | B3 | 56 | 5A | 0 | 34 | 1E | 91 | 52 | 27 |
| Octal | 22 | 263 | 126 | 132 | 0 | 64 | 36 | 221 | 122 | 47 |
| Binary | 10010 | 10110011 | 1010110 | 1011010 | 0 | 110100 | 11110 | 10010001 | 1010010 | 100111 |
Color Harmonies of #12B356
Complementary color
Monochromatic Colors of #12B356
Black with #12B356
Text Example
Text Example
White with #12B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B356; }
p { color: rgb(18,179,86); }
H1.HeaderClassName
{
color: #12B356;
}
.AnyTagClassName
{
color: #12B356;
}
</style>
background-color css
<style>
a { background-color: #12B356; }
a { background-color: rgb(18,179,86); }
div.DivClassName
{
background-color: #12B356;
}
.BgClassName
{
background-color: #12B356;
}
</style>
border-color css
<style>
span { border-color: #12B356; }
span { border-color: rgb(18,179,86); }
td.TdClassName
{
border-color: #12B356;
}
.TagClassName
{
border-color: #12B356;
}
</style>