Shades of Dark Pastel Green #18AB31
Tints of Dark Pastel Green #18AB31
RGB
CMYK
RGB Variations
Color information
#18AB31 (or 0x18AB31) is known color: Dark Pastel Green. HEX triplet: 18, AB and 31. RGB value is (24,171,49). Sum of RGB (Red+Green+Blue) = 24+171+49=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 171 (67.19% from 255 or 70.08% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB31 is #E754CE. Grayscale: #717171. Windows color (decimal): -15160527 or 3255064. OLE color: 3255064.
HSL color Cylindrical-coordinate representation of color #18AB31: hue angle of 130.2º 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 #18AB31 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 49 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.33 |
| HSL | 130.2º | 0.75% | 0.38% | - |
| HSV(B) | 130.2º | 0.86% | 0.67% | - |
| XYZ | 15.49 | 29.54 | 7.79 | - |
| YUV | 113.14 | 91.8 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 49 | 0.86 | 0 | 0.71 | 0.33 | 130.2 | 0.75 | 0.38 |
| Hex | 18 | AB | 31 | 56 | 0 | 47 | 21 | 82 | 4B | 26 |
| Octal | 30 | 253 | 61 | 126 | 0 | 107 | 41 | 202 | 113 | 46 |
| Binary | 11000 | 10101011 | 110001 | 1010110 | 0 | 1000111 | 100001 | 10000010 | 1001011 | 100110 |
Color Harmonies of #18AB31
Complementary color
Monochromatic Colors of #18AB31
Black with #18AB31
Text Example
Text Example
White with #18AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB31; }
p { color: rgb(24,171,49); }
H1.HeaderClassName
{
color: #18AB31;
}
.AnyTagClassName
{
color: #18AB31;
}
</style>
background-color css
<style>
a { background-color: #18AB31; }
a { background-color: rgb(24,171,49); }
div.DivClassName
{
background-color: #18AB31;
}
.BgClassName
{
background-color: #18AB31;
}
</style>
border-color css
<style>
span { border-color: #18AB31; }
span { border-color: rgb(24,171,49); }
td.TdClassName
{
border-color: #18AB31;
}
.TagClassName
{
border-color: #18AB31;
}
</style>