Shades of Dark Pastel Green #18AB30
Tints of Dark Pastel Green #18AB30
RGB
CMYK
RGB Variations
Color information
#18AB30 (or 0x18AB30) is known color: Dark Pastel Green. HEX triplet: 18, AB and 30. RGB value is (24,171,48). Sum of RGB (Red+Green+Blue) = 24+171+48=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 171 (67.19% from 255 or 70.37% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB30 is #E754CF. Grayscale: #717171. Windows color (decimal): -15160528 or 3189528. OLE color: 3189528.
HSL color Cylindrical-coordinate representation of color #18AB30: hue angle of 129.8º 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 #18AB30 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 48 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.33 |
| HSL | 129.8º | 0.75% | 0.38% | - |
| HSV(B) | 129.8º | 0.86% | 0.67% | - |
| XYZ | 15.47 | 29.53 | 7.68 | - |
| YUV | 113.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 48 | 0.86 | 0 | 0.72 | 0.33 | 129.8 | 0.75 | 0.38 |
| Hex | 18 | AB | 30 | 56 | 0 | 48 | 21 | 82 | 4B | 26 |
| Octal | 30 | 253 | 60 | 126 | 0 | 110 | 41 | 202 | 113 | 46 |
| Binary | 11000 | 10101011 | 110000 | 1010110 | 0 | 1001000 | 100001 | 10000010 | 1001011 | 100110 |
Color Harmonies of #18AB30
Complementary color
Monochromatic Colors of #18AB30
Black with #18AB30
Text Example
Text Example
White with #18AB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB30; }
p { color: rgb(24,171,48); }
H1.HeaderClassName
{
color: #18AB30;
}
.AnyTagClassName
{
color: #18AB30;
}
</style>
background-color css
<style>
a { background-color: #18AB30; }
a { background-color: rgb(24,171,48); }
div.DivClassName
{
background-color: #18AB30;
}
.BgClassName
{
background-color: #18AB30;
}
</style>
border-color css
<style>
span { border-color: #18AB30; }
span { border-color: rgb(24,171,48); }
td.TdClassName
{
border-color: #18AB30;
}
.TagClassName
{
border-color: #18AB30;
}
</style>