Shades of Dark Pastel Green #18AB40
Tints of Dark Pastel Green #18AB40
RGB
CMYK
RGB Variations
Color information
#18AB40 (or 0x18AB40) is known color: Dark Pastel Green. HEX triplet: 18, AB and 40. RGB value is (24,171,64). Sum of RGB (Red+Green+Blue) = 24+171+64=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 171 (67.19% from 255 or 66.02% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB40 is #E754BF. Grayscale: #737373. Windows color (decimal): -15160512 or 4238104. OLE color: 4238104.
HSL color Cylindrical-coordinate representation of color #18AB40: hue angle of 136.33º 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 #18AB40 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 64 | - |
| CMYK | 0.86 | 0 | 0.63 | 0.33 |
| HSL | 136.33º | 0.75% | 0.38% | - |
| HSV(B) | 136.33º | 0.86% | 0.67% | - |
| XYZ | 15.87 | 29.69 | 9.75 | - |
| YUV | 114.85 | 99.3 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 64 | 0.86 | 0 | 0.63 | 0.33 | 136.33 | 0.75 | 0.38 |
| Hex | 18 | AB | 40 | 56 | 0 | 3F | 21 | 88 | 4B | 26 |
| Octal | 30 | 253 | 100 | 126 | 0 | 77 | 41 | 210 | 113 | 46 |
| Binary | 11000 | 10101011 | 1000000 | 1010110 | 0 | 111111 | 100001 | 10001000 | 1001011 | 100110 |
Color Harmonies of #18AB40
Complementary color
Monochromatic Colors of #18AB40
Black with #18AB40
Text Example
Text Example
White with #18AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB40; }
p { color: rgb(24,171,64); }
H1.HeaderClassName
{
color: #18AB40;
}
.AnyTagClassName
{
color: #18AB40;
}
</style>
background-color css
<style>
a { background-color: #18AB40; }
a { background-color: rgb(24,171,64); }
div.DivClassName
{
background-color: #18AB40;
}
.BgClassName
{
background-color: #18AB40;
}
</style>
border-color css
<style>
span { border-color: #18AB40; }
span { border-color: rgb(24,171,64); }
td.TdClassName
{
border-color: #18AB40;
}
.TagClassName
{
border-color: #18AB40;
}
</style>