Shades of Pigment Green #12B14E
Tints of Pigment Green #12B14E
RGB
CMYK
RGB Variations
Color information
#12B14E (or 0x12B14E) is known color: Pigment Green. HEX triplet: 12, B1 and 4E. RGB value is (18,177,78). Sum of RGB (Red+Green+Blue) = 18+177+78=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 177 (69.53% from 255 or 64.84% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 177 - color contains mainly: green. Hex color #12B14E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B14E is #ED4EB1. Grayscale: #767676. Windows color (decimal): -15552178 or 5157138. OLE color: 5157138.
HSL color Cylindrical-coordinate representation of color #12B14E: hue angle of 142.64º 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 #12B14E is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 177 | 78 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.31 |
| HSL | 142.64º | 0.82% | 0.38% | - |
| HSV(B) | 142.64º | 0.9% | 0.69% | - |
| XYZ | 17.35 | 32.12 | 12.49 | - |
| YUV | 118.17 | 105.32 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 78 | 0.90 | 0 | 0.56 | 0.31 | 142.64 | 0.82 | 0.38 |
| Hex | 12 | B1 | 4E | 5A | 0 | 38 | 1F | 8F | 52 | 26 |
| Octal | 22 | 261 | 116 | 132 | 0 | 70 | 37 | 217 | 122 | 46 |
| Binary | 10010 | 10110001 | 1001110 | 1011010 | 0 | 111000 | 11111 | 10001111 | 1010010 | 100110 |
Color Harmonies of #12B14E
Complementary color
Monochromatic Colors of #12B14E
Black with #12B14E
Text Example
Text Example
White with #12B14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B14E; }
p { color: rgb(18,177,78); }
H1.HeaderClassName
{
color: #12B14E;
}
.AnyTagClassName
{
color: #12B14E;
}
</style>
background-color css
<style>
a { background-color: #12B14E; }
a { background-color: rgb(18,177,78); }
div.DivClassName
{
background-color: #12B14E;
}
.BgClassName
{
background-color: #12B14E;
}
</style>
border-color css
<style>
span { border-color: #12B14E; }
span { border-color: rgb(18,177,78); }
td.TdClassName
{
border-color: #12B14E;
}
.TagClassName
{
border-color: #12B14E;
}
</style>