Shades of Dark Pastel Green #18AA40
Tints of Dark Pastel Green #18AA40
RGB
CMYK
RGB Variations
Color information
#18AA40 (or 0x18AA40) is known color: Dark Pastel Green. HEX triplet: 18, AA and 40. RGB value is (24,170,64). Sum of RGB (Red+Green+Blue) = 24+170+64=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 170 (66.80% from 255 or 65.89% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA40 is #E755BF. Grayscale: #727272. Windows color (decimal): -15160768 or 4237848. OLE color: 4237848.
HSL color Cylindrical-coordinate representation of color #18AA40: hue angle of 136.44º 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 #18AA40 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 64 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.33 |
| HSL | 136.44º | 0.75% | 0.38% | - |
| HSV(B) | 136.44º | 0.86% | 0.67% | - |
| XYZ | 15.68 | 29.31 | 9.68 | - |
| YUV | 114.26 | 99.63 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 64 | 0.86 | 0 | 0.62 | 0.33 | 136.44 | 0.75 | 0.38 |
| Hex | 18 | AA | 40 | 56 | 0 | 3E | 21 | 88 | 4B | 26 |
| Octal | 30 | 252 | 100 | 126 | 0 | 76 | 41 | 210 | 113 | 46 |
| Binary | 11000 | 10101010 | 1000000 | 1010110 | 0 | 111110 | 100001 | 10001000 | 1001011 | 100110 |
Color Harmonies of #18AA40
Complementary color
Monochromatic Colors of #18AA40
Black with #18AA40
Text Example
Text Example
White with #18AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA40; }
p { color: rgb(24,170,64); }
H1.HeaderClassName
{
color: #18AA40;
}
.AnyTagClassName
{
color: #18AA40;
}
</style>
background-color css
<style>
a { background-color: #18AA40; }
a { background-color: rgb(24,170,64); }
div.DivClassName
{
background-color: #18AA40;
}
.BgClassName
{
background-color: #18AA40;
}
</style>
border-color css
<style>
span { border-color: #18AA40; }
span { border-color: rgb(24,170,64); }
td.TdClassName
{
border-color: #18AA40;
}
.TagClassName
{
border-color: #18AA40;
}
</style>