Shades of Pigment Green #12AE5E
Tints of Pigment Green #12AE5E
RGB
CMYK
RGB Variations
Color information
#12AE5E (or 0x12AE5E) is known color: Pigment Green. HEX triplet: 12, AE and 5E. RGB value is (18,174,94). Sum of RGB (Red+Green+Blue) = 18+174+94=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 174 (68.36% from 255 or 60.84% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AE5E is #ED51A1. Grayscale: #767676. Windows color (decimal): -15552930 or 6204946. OLE color: 6204946.
HSL color Cylindrical-coordinate representation of color #12AE5E: hue angle of 149.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AE5E is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 174 | 94 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.32 |
| HSL | 149.23º | 0.81% | 0.38% | - |
| HSV(B) | 149.23º | 0.9% | 0.68% | - |
| XYZ | 17.41 | 31.21 | 15.7 | - |
| YUV | 118.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 174 | 94 | 0.90 | 0 | 0.46 | 0.32 | 149.23 | 0.81 | 0.38 |
| Hex | 12 | AE | 5E | 5A | 0 | 2E | 20 | 95 | 51 | 26 |
| Octal | 22 | 256 | 136 | 132 | 0 | 56 | 40 | 225 | 121 | 46 |
| Binary | 10010 | 10101110 | 1011110 | 1011010 | 0 | 101110 | 100000 | 10010101 | 1010001 | 100110 |
Color Harmonies of #12AE5E
Complementary color
Monochromatic Colors of #12AE5E
Black with #12AE5E
Text Example
Text Example
White with #12AE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AE5E; }
p { color: rgb(18,174,94); }
H1.HeaderClassName
{
color: #12AE5E;
}
.AnyTagClassName
{
color: #12AE5E;
}
</style>
background-color css
<style>
a { background-color: #12AE5E; }
a { background-color: rgb(18,174,94); }
div.DivClassName
{
background-color: #12AE5E;
}
.BgClassName
{
background-color: #12AE5E;
}
</style>
border-color css
<style>
span { border-color: #12AE5E; }
span { border-color: rgb(18,174,94); }
td.TdClassName
{
border-color: #12AE5E;
}
.TagClassName
{
border-color: #12AE5E;
}
</style>