Shades of Dark Pastel Green #18AB32
Tints of Dark Pastel Green #18AB32
RGB
CMYK
RGB Variations
Color information
#18AB32 (or 0x18AB32) is known color: Dark Pastel Green. HEX triplet: 18, AB and 32. RGB value is (24,171,50). Sum of RGB (Red+Green+Blue) = 24+171+50=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 171 (67.19% from 255 or 69.80% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB32 is #E754CD. Grayscale: #717171. Windows color (decimal): -15160526 or 3320600. OLE color: 3320600.
HSL color Cylindrical-coordinate representation of color #18AB32: hue angle of 130.61º 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 #18AB32 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 50 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.33 |
| HSL | 130.61º | 0.75% | 0.38% | - |
| HSV(B) | 130.61º | 0.86% | 0.67% | - |
| XYZ | 15.52 | 29.55 | 7.9 | - |
| YUV | 113.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 50 | 0.86 | 0 | 0.71 | 0.33 | 130.61 | 0.75 | 0.38 |
| Hex | 18 | AB | 32 | 56 | 0 | 47 | 21 | 83 | 4B | 26 |
| Octal | 30 | 253 | 62 | 126 | 0 | 107 | 41 | 203 | 113 | 46 |
| Binary | 11000 | 10101011 | 110010 | 1010110 | 0 | 1000111 | 100001 | 10000011 | 1001011 | 100110 |
Color Harmonies of #18AB32
Complementary color
Monochromatic Colors of #18AB32
Black with #18AB32
Text Example
Text Example
White with #18AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB32; }
p { color: rgb(24,171,50); }
H1.HeaderClassName
{
color: #18AB32;
}
.AnyTagClassName
{
color: #18AB32;
}
</style>
background-color css
<style>
a { background-color: #18AB32; }
a { background-color: rgb(24,171,50); }
div.DivClassName
{
background-color: #18AB32;
}
.BgClassName
{
background-color: #18AB32;
}
</style>
border-color css
<style>
span { border-color: #18AB32; }
span { border-color: rgb(24,171,50); }
td.TdClassName
{
border-color: #18AB32;
}
.TagClassName
{
border-color: #18AB32;
}
</style>