Shades of Pigment Green #12B155
Tints of Pigment Green #12B155
RGB
CMYK
RGB Variations
Color information
#12B155 (or 0x12B155) is known color: Pigment Green. HEX triplet: 12, B1 and 55. RGB value is (18,177,85). Sum of RGB (Red+Green+Blue) = 18+177+85=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 177 (69.53% from 255 or 63.21% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 177 - color contains mainly: green. Hex color #12B155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B155 is #ED4EAA. Grayscale: #777777. Windows color (decimal): -15552171 or 5615890. OLE color: 5615890.
HSL color Cylindrical-coordinate representation of color #12B155: hue angle of 145.28º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B155 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 177 | 85 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.31 |
| HSL | 145.28º | 0.82% | 0.38% | - |
| HSV(B) | 145.28º | 0.9% | 0.69% | - |
| XYZ | 17.61 | 32.23 | 13.89 | - |
| YUV | 118.97 | 108.82 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 85 | 0.90 | 0 | 0.52 | 0.31 | 145.28 | 0.82 | 0.38 |
| Hex | 12 | B1 | 55 | 5A | 0 | 34 | 1F | 91 | 52 | 26 |
| Octal | 22 | 261 | 125 | 132 | 0 | 64 | 37 | 221 | 122 | 46 |
| Binary | 10010 | 10110001 | 1010101 | 1011010 | 0 | 110100 | 11111 | 10010001 | 1010010 | 100110 |
Color Harmonies of #12B155
Complementary color
Monochromatic Colors of #12B155
Black with #12B155
Text Example
Text Example
White with #12B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B155; }
p { color: rgb(18,177,85); }
H1.HeaderClassName
{
color: #12B155;
}
.AnyTagClassName
{
color: #12B155;
}
</style>
background-color css
<style>
a { background-color: #12B155; }
a { background-color: rgb(18,177,85); }
div.DivClassName
{
background-color: #12B155;
}
.BgClassName
{
background-color: #12B155;
}
</style>
border-color css
<style>
span { border-color: #12B155; }
span { border-color: rgb(18,177,85); }
td.TdClassName
{
border-color: #12B155;
}
.TagClassName
{
border-color: #12B155;
}
</style>