Shades of Pigment Green #12B34C
Tints of Pigment Green #12B34C
RGB
CMYK
RGB Variations
Color information
#12B34C (or 0x12B34C) is known color: Pigment Green. HEX triplet: 12, B3 and 4C. RGB value is (18,179,76). Sum of RGB (Red+Green+Blue) = 18+179+76=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #12B34C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B34C is #ED4CB3. Grayscale: #777777. Windows color (decimal): -15551668 or 5026578. OLE color: 5026578.
HSL color Cylindrical-coordinate representation of color #12B34C: hue angle of 141.61º 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 #12B34C is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 179 | 76 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.30 |
| HSL | 141.61º | 0.82% | 0.39% | - |
| HSV(B) | 141.61º | 0.9% | 0.7% | - |
| XYZ | 17.67 | 32.89 | 12.25 | - |
| YUV | 119.12 | 103.66 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 76 | 0.90 | 0 | 0.58 | 0.30 | 141.61 | 0.82 | 0.39 |
| Hex | 12 | B3 | 4C | 5A | 0 | 3A | 1E | 8E | 52 | 27 |
| Octal | 22 | 263 | 114 | 132 | 0 | 72 | 36 | 216 | 122 | 47 |
| Binary | 10010 | 10110011 | 1001100 | 1011010 | 0 | 111010 | 11110 | 10001110 | 1010010 | 100111 |
Color Harmonies of #12B34C
Complementary color
Monochromatic Colors of #12B34C
Black with #12B34C
Text Example
Text Example
White with #12B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B34C; }
p { color: rgb(18,179,76); }
H1.HeaderClassName
{
color: #12B34C;
}
.AnyTagClassName
{
color: #12B34C;
}
</style>
background-color css
<style>
a { background-color: #12B34C; }
a { background-color: rgb(18,179,76); }
div.DivClassName
{
background-color: #12B34C;
}
.BgClassName
{
background-color: #12B34C;
}
</style>
border-color css
<style>
span { border-color: #12B34C; }
span { border-color: rgb(18,179,76); }
td.TdClassName
{
border-color: #12B34C;
}
.TagClassName
{
border-color: #12B34C;
}
</style>