Shades of Dark Pastel Green #18AB2C
Tints of Dark Pastel Green #18AB2C
RGB
CMYK
RGB Variations
Color information
#18AB2C (or 0x18AB2C) is known color: Dark Pastel Green. HEX triplet: 18, AB and 2C. RGB value is (24,171,44). Sum of RGB (Red+Green+Blue) = 24+171+44=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 171 (67.19% from 255 or 71.55% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB2C is #E754D3. Grayscale: #707070. Windows color (decimal): -15160532 or 2927384. OLE color: 2927384.
HSL color Cylindrical-coordinate representation of color #18AB2C: hue angle of 128.16º 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 #18AB2C is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 44 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.33 |
| HSL | 128.16º | 0.75% | 0.38% | - |
| HSV(B) | 128.16º | 0.86% | 0.67% | - |
| XYZ | 15.39 | 29.5 | 7.27 | - |
| YUV | 112.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 44 | 0.86 | 0 | 0.74 | 0.33 | 128.16 | 0.75 | 0.38 |
| Hex | 18 | AB | 2C | 56 | 0 | 4A | 21 | 80 | 4B | 26 |
| Octal | 30 | 253 | 54 | 126 | 0 | 112 | 41 | 200 | 113 | 46 |
| Binary | 11000 | 10101011 | 101100 | 1010110 | 0 | 1001010 | 100001 | 10000000 | 1001011 | 100110 |
Color Harmonies of #18AB2C
Complementary color
Monochromatic Colors of #18AB2C
Black with #18AB2C
Text Example
Text Example
White with #18AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB2C; }
p { color: rgb(24,171,44); }
H1.HeaderClassName
{
color: #18AB2C;
}
.AnyTagClassName
{
color: #18AB2C;
}
</style>
background-color css
<style>
a { background-color: #18AB2C; }
a { background-color: rgb(24,171,44); }
div.DivClassName
{
background-color: #18AB2C;
}
.BgClassName
{
background-color: #18AB2C;
}
</style>
border-color css
<style>
span { border-color: #18AB2C; }
span { border-color: rgb(24,171,44); }
td.TdClassName
{
border-color: #18AB2C;
}
.TagClassName
{
border-color: #18AB2C;
}
</style>