Shades of Pigment Green #12AF52
Tints of Pigment Green #12AF52
RGB
CMYK
RGB Variations
Color information
#12AF52 (or 0x12AF52) is known color: Pigment Green. HEX triplet: 12, AF and 52. RGB value is (18,175,82). Sum of RGB (Red+Green+Blue) = 18+175+82=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF52 is #ED50AD. Grayscale: #757575. Windows color (decimal): -15552686 or 5418770. OLE color: 5418770.
HSL color Cylindrical-coordinate representation of color #12AF52: hue angle of 144.46º 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 #12AF52 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 82 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.31 |
| HSL | 144.46º | 0.81% | 0.38% | - |
| HSV(B) | 144.46º | 0.9% | 0.69% | - |
| XYZ | 17.1 | 31.4 | 13.14 | - |
| YUV | 117.46 | 107.99 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 82 | 0.90 | 0 | 0.53 | 0.31 | 144.46 | 0.81 | 0.38 |
| Hex | 12 | AF | 52 | 5A | 0 | 35 | 1F | 90 | 51 | 26 |
| Octal | 22 | 257 | 122 | 132 | 0 | 65 | 37 | 220 | 121 | 46 |
| Binary | 10010 | 10101111 | 1010010 | 1011010 | 0 | 110101 | 11111 | 10010000 | 1010001 | 100110 |
Color Harmonies of #12AF52
Complementary color
Monochromatic Colors of #12AF52
Black with #12AF52
Text Example
Text Example
White with #12AF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF52; }
p { color: rgb(18,175,82); }
H1.HeaderClassName
{
color: #12AF52;
}
.AnyTagClassName
{
color: #12AF52;
}
</style>
background-color css
<style>
a { background-color: #12AF52; }
a { background-color: rgb(18,175,82); }
div.DivClassName
{
background-color: #12AF52;
}
.BgClassName
{
background-color: #12AF52;
}
</style>
border-color css
<style>
span { border-color: #12AF52; }
span { border-color: rgb(18,175,82); }
td.TdClassName
{
border-color: #12AF52;
}
.TagClassName
{
border-color: #12AF52;
}
</style>