Shades of Pigment Green #12B053
Tints of Pigment Green #12B053
RGB
CMYK
RGB Variations
Color information
#12B053 (or 0x12B053) is known color: Pigment Green. HEX triplet: 12, B0 and 53. RGB value is (18,176,83). Sum of RGB (Red+Green+Blue) = 18+176+83=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 176 (69.14% from 255 or 63.54% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 176 - color contains mainly: green. Hex color #12B053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B053 is #ED4FAC. Grayscale: #767676. Windows color (decimal): -15552429 or 5484562. OLE color: 5484562.
HSL color Cylindrical-coordinate representation of color #12B053: hue angle of 144.68º degrees, saturation: 0.81, 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 #12B053 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 176 | 83 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.31 |
| HSL | 144.68º | 0.81% | 0.38% | - |
| HSV(B) | 144.68º | 0.9% | 0.69% | - |
| XYZ | 17.34 | 31.8 | 13.41 | - |
| YUV | 118.16 | 108.15 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 176 | 83 | 0.90 | 0 | 0.53 | 0.31 | 144.68 | 0.81 | 0.38 |
| Hex | 12 | B0 | 53 | 5A | 0 | 35 | 1F | 91 | 51 | 26 |
| Octal | 22 | 260 | 123 | 132 | 0 | 65 | 37 | 221 | 121 | 46 |
| Binary | 10010 | 10110000 | 1010011 | 1011010 | 0 | 110101 | 11111 | 10010001 | 1010001 | 100110 |
Color Harmonies of #12B053
Complementary color
Monochromatic Colors of #12B053
Black with #12B053
Text Example
Text Example
White with #12B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B053; }
p { color: rgb(18,176,83); }
H1.HeaderClassName
{
color: #12B053;
}
.AnyTagClassName
{
color: #12B053;
}
</style>
background-color css
<style>
a { background-color: #12B053; }
a { background-color: rgb(18,176,83); }
div.DivClassName
{
background-color: #12B053;
}
.BgClassName
{
background-color: #12B053;
}
</style>
border-color css
<style>
span { border-color: #12B053; }
span { border-color: rgb(18,176,83); }
td.TdClassName
{
border-color: #12B053;
}
.TagClassName
{
border-color: #12B053;
}
</style>