Shades of Pigment Green #12AF51
Tints of Pigment Green #12AF51
RGB
CMYK
RGB Variations
Color information
#12AF51 (or 0x12AF51) is known color: Pigment Green. HEX triplet: 12, AF and 51. RGB value is (18,175,81). Sum of RGB (Red+Green+Blue) = 18+175+81=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF51 is #ED50AE. Grayscale: #757575. Windows color (decimal): -15552687 or 5353234. OLE color: 5353234.
HSL color Cylindrical-coordinate representation of color #12AF51: hue angle of 144.08º 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 #12AF51 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 81 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.31 |
| HSL | 144.08º | 0.81% | 0.38% | - |
| HSV(B) | 144.08º | 0.9% | 0.69% | - |
| XYZ | 17.06 | 31.38 | 12.94 | - |
| YUV | 117.34 | 107.49 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 81 | 0.90 | 0 | 0.54 | 0.31 | 144.08 | 0.81 | 0.38 |
| Hex | 12 | AF | 51 | 5A | 0 | 36 | 1F | 90 | 51 | 26 |
| Octal | 22 | 257 | 121 | 132 | 0 | 66 | 37 | 220 | 121 | 46 |
| Binary | 10010 | 10101111 | 1010001 | 1011010 | 0 | 110110 | 11111 | 10010000 | 1010001 | 100110 |
Color Harmonies of #12AF51
Complementary color
Monochromatic Colors of #12AF51
Black with #12AF51
Text Example
Text Example
White with #12AF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF51; }
p { color: rgb(18,175,81); }
H1.HeaderClassName
{
color: #12AF51;
}
.AnyTagClassName
{
color: #12AF51;
}
</style>
background-color css
<style>
a { background-color: #12AF51; }
a { background-color: rgb(18,175,81); }
div.DivClassName
{
background-color: #12AF51;
}
.BgClassName
{
background-color: #12AF51;
}
</style>
border-color css
<style>
span { border-color: #12AF51; }
span { border-color: rgb(18,175,81); }
td.TdClassName
{
border-color: #12AF51;
}
.TagClassName
{
border-color: #12AF51;
}
</style>