Shades of Pigment Green #12B353
Tints of Pigment Green #12B353
RGB
CMYK
RGB Variations
Color information
#12B353 (or 0x12B353) is known color: Pigment Green. HEX triplet: 12, B3 and 53. RGB value is (18,179,83). Sum of RGB (Red+Green+Blue) = 18+179+83=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #12B353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B353 is #ED4CAC. Grayscale: #787878. Windows color (decimal): -15551661 or 5485330. OLE color: 5485330.
HSL color Cylindrical-coordinate representation of color #12B353: hue angle of 144.22º 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 #12B353 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 179 | 83 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.30 |
| HSL | 144.22º | 0.82% | 0.39% | - |
| HSV(B) | 144.22º | 0.9% | 0.7% | - |
| XYZ | 17.93 | 32.99 | 13.61 | - |
| YUV | 119.92 | 107.16 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 83 | 0.90 | 0 | 0.54 | 0.30 | 144.22 | 0.82 | 0.39 |
| Hex | 12 | B3 | 53 | 5A | 0 | 36 | 1E | 90 | 52 | 27 |
| Octal | 22 | 263 | 123 | 132 | 0 | 66 | 36 | 220 | 122 | 47 |
| Binary | 10010 | 10110011 | 1010011 | 1011010 | 0 | 110110 | 11110 | 10010000 | 1010010 | 100111 |
Color Harmonies of #12B353
Complementary color
Monochromatic Colors of #12B353
Black with #12B353
Text Example
Text Example
White with #12B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B353; }
p { color: rgb(18,179,83); }
H1.HeaderClassName
{
color: #12B353;
}
.AnyTagClassName
{
color: #12B353;
}
</style>
background-color css
<style>
a { background-color: #12B353; }
a { background-color: rgb(18,179,83); }
div.DivClassName
{
background-color: #12B353;
}
.BgClassName
{
background-color: #12B353;
}
</style>
border-color css
<style>
span { border-color: #12B353; }
span { border-color: rgb(18,179,83); }
td.TdClassName
{
border-color: #12B353;
}
.TagClassName
{
border-color: #12B353;
}
</style>