Shades of Dark Pastel Green #18AA3E
Tints of Dark Pastel Green #18AA3E
RGB
CMYK
RGB Variations
Color information
#18AA3E (or 0x18AA3E) is known color: Dark Pastel Green. HEX triplet: 18, AA and 3E. RGB value is (24,170,62). Sum of RGB (Red+Green+Blue) = 24+170+62=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA3E is #E755C1. Grayscale: #727272. Windows color (decimal): -15160770 or 4106776. OLE color: 4106776.
HSL color Cylindrical-coordinate representation of color #18AA3E: hue angle of 135.62º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA3E is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 62 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.33 |
| HSL | 135.62º | 0.75% | 0.38% | - |
| HSV(B) | 135.62º | 0.86% | 0.67% | - |
| XYZ | 15.62 | 29.29 | 9.39 | - |
| YUV | 114.03 | 98.63 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 62 | 0.86 | 0 | 0.64 | 0.33 | 135.62 | 0.75 | 0.38 |
| Hex | 18 | AA | 3E | 56 | 0 | 40 | 21 | 88 | 4B | 26 |
| Octal | 30 | 252 | 76 | 126 | 0 | 100 | 41 | 210 | 113 | 46 |
| Binary | 11000 | 10101010 | 111110 | 1010110 | 0 | 1000000 | 100001 | 10001000 | 1001011 | 100110 |
Color Harmonies of #18AA3E
Complementary color
Monochromatic Colors of #18AA3E
Black with #18AA3E
Text Example
Text Example
White with #18AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA3E; }
p { color: rgb(24,170,62); }
H1.HeaderClassName
{
color: #18AA3E;
}
.AnyTagClassName
{
color: #18AA3E;
}
</style>
background-color css
<style>
a { background-color: #18AA3E; }
a { background-color: rgb(24,170,62); }
div.DivClassName
{
background-color: #18AA3E;
}
.BgClassName
{
background-color: #18AA3E;
}
</style>
border-color css
<style>
span { border-color: #18AA3E; }
span { border-color: rgb(24,170,62); }
td.TdClassName
{
border-color: #18AA3E;
}
.TagClassName
{
border-color: #18AA3E;
}
</style>