Shades of Dark Pastel Green #18AB42
Tints of Dark Pastel Green #18AB42
RGB
CMYK
RGB Variations
Color information
#18AB42 (or 0x18AB42) is known color: Dark Pastel Green. HEX triplet: 18, AB and 42. RGB value is (24,171,66). Sum of RGB (Red+Green+Blue) = 24+171+66=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB42 is #E754BD. Grayscale: #737373. Windows color (decimal): -15160510 or 4369176. OLE color: 4369176.
HSL color Cylindrical-coordinate representation of color #18AB42: hue angle of 137.14º 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 #18AB42 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 66 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.33 |
| HSL | 137.14º | 0.75% | 0.38% | - |
| HSV(B) | 137.14º | 0.86% | 0.67% | - |
| XYZ | 15.92 | 29.71 | 10.05 | - |
| YUV | 115.08 | 100.3 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 66 | 0.86 | 0 | 0.61 | 0.33 | 137.14 | 0.75 | 0.38 |
| Hex | 18 | AB | 42 | 56 | 0 | 3D | 21 | 89 | 4B | 26 |
| Octal | 30 | 253 | 102 | 126 | 0 | 75 | 41 | 211 | 113 | 46 |
| Binary | 11000 | 10101011 | 1000010 | 1010110 | 0 | 111101 | 100001 | 10001001 | 1001011 | 100110 |
Color Harmonies of #18AB42
Complementary color
Monochromatic Colors of #18AB42
Black with #18AB42
Text Example
Text Example
White with #18AB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB42; }
p { color: rgb(24,171,66); }
H1.HeaderClassName
{
color: #18AB42;
}
.AnyTagClassName
{
color: #18AB42;
}
</style>
background-color css
<style>
a { background-color: #18AB42; }
a { background-color: rgb(24,171,66); }
div.DivClassName
{
background-color: #18AB42;
}
.BgClassName
{
background-color: #18AB42;
}
</style>
border-color css
<style>
span { border-color: #18AB42; }
span { border-color: rgb(24,171,66); }
td.TdClassName
{
border-color: #18AB42;
}
.TagClassName
{
border-color: #18AB42;
}
</style>