Shades of Dark Pastel Green #12AE3E
Tints of Dark Pastel Green #12AE3E
RGB
CMYK
RGB Variations
Color information
#12AE3E (or 0x12AE3E) is known color: Dark Pastel Green. HEX triplet: 12, AE and 3E. RGB value is (18,174,62). Sum of RGB (Red+Green+Blue) = 18+174+62=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 174 (68.36% from 255 or 68.50% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AE3E is #ED51C1. Grayscale: #727272. Windows color (decimal): -15552962 or 4107794. OLE color: 4107794.
HSL color Cylindrical-coordinate representation of color #12AE3E: hue angle of 136.92º 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 #12AE3E is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 174 | 62 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.32 |
| HSL | 136.92º | 0.81% | 0.38% | - |
| HSV(B) | 136.92º | 0.9% | 0.68% | - |
| XYZ | 16.26 | 30.75 | 9.64 | - |
| YUV | 114.59 | 98.32 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 174 | 62 | 0.90 | 0 | 0.64 | 0.32 | 136.92 | 0.81 | 0.38 |
| Hex | 12 | AE | 3E | 5A | 0 | 40 | 20 | 89 | 51 | 26 |
| Octal | 22 | 256 | 76 | 132 | 0 | 100 | 40 | 211 | 121 | 46 |
| Binary | 10010 | 10101110 | 111110 | 1011010 | 0 | 1000000 | 100000 | 10001001 | 1010001 | 100110 |
Color Harmonies of #12AE3E
Complementary color
Monochromatic Colors of #12AE3E
Black with #12AE3E
Text Example
Text Example
White with #12AE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AE3E; }
p { color: rgb(18,174,62); }
H1.HeaderClassName
{
color: #12AE3E;
}
.AnyTagClassName
{
color: #12AE3E;
}
</style>
background-color css
<style>
a { background-color: #12AE3E; }
a { background-color: rgb(18,174,62); }
div.DivClassName
{
background-color: #12AE3E;
}
.BgClassName
{
background-color: #12AE3E;
}
</style>
border-color css
<style>
span { border-color: #12AE3E; }
span { border-color: rgb(18,174,62); }
td.TdClassName
{
border-color: #12AE3E;
}
.TagClassName
{
border-color: #12AE3E;
}
</style>