Shades of Dark Pastel Green #18AA31
Tints of Dark Pastel Green #18AA31
RGB
CMYK
RGB Variations
Color information
#18AA31 (or 0x18AA31) is known color: Dark Pastel Green. HEX triplet: 18, AA and 31. RGB value is (24,170,49). Sum of RGB (Red+Green+Blue) = 24+170+49=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 170 (66.80% from 255 or 69.96% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA31 is #E755CE. Grayscale: #707070. Windows color (decimal): -15160783 or 3254808. OLE color: 3254808.
HSL color Cylindrical-coordinate representation of color #18AA31: hue angle of 130.27º 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 #18AA31 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 49 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.33 |
| HSL | 130.27º | 0.75% | 0.38% | - |
| HSV(B) | 130.27º | 0.86% | 0.67% | - |
| XYZ | 15.31 | 29.17 | 7.73 | - |
| YUV | 112.55 | 92.13 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 49 | 0.86 | 0 | 0.71 | 0.33 | 130.27 | 0.75 | 0.38 |
| Hex | 18 | AA | 31 | 56 | 0 | 47 | 21 | 82 | 4B | 26 |
| Octal | 30 | 252 | 61 | 126 | 0 | 107 | 41 | 202 | 113 | 46 |
| Binary | 11000 | 10101010 | 110001 | 1010110 | 0 | 1000111 | 100001 | 10000010 | 1001011 | 100110 |
Color Harmonies of #18AA31
Complementary color
Monochromatic Colors of #18AA31
Black with #18AA31
Text Example
Text Example
White with #18AA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA31; }
p { color: rgb(24,170,49); }
H1.HeaderClassName
{
color: #18AA31;
}
.AnyTagClassName
{
color: #18AA31;
}
</style>
background-color css
<style>
a { background-color: #18AA31; }
a { background-color: rgb(24,170,49); }
div.DivClassName
{
background-color: #18AA31;
}
.BgClassName
{
background-color: #18AA31;
}
</style>
border-color css
<style>
span { border-color: #18AA31; }
span { border-color: rgb(24,170,49); }
td.TdClassName
{
border-color: #18AA31;
}
.TagClassName
{
border-color: #18AA31;
}
</style>