Shades of Dark Pastel Green #18AB3C
Tints of Dark Pastel Green #18AB3C
RGB
CMYK
RGB Variations
Color information
#18AB3C (or 0x18AB3C) is known color: Dark Pastel Green. HEX triplet: 18, AB and 3C. RGB value is (24,171,60). Sum of RGB (Red+Green+Blue) = 24+171+60=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB3C is #E754C3. Grayscale: #727272. Windows color (decimal): -15160516 or 3975960. OLE color: 3975960.
HSL color Cylindrical-coordinate representation of color #18AB3C: hue angle of 134.69º 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 #18AB3C is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 60 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.33 |
| HSL | 134.69º | 0.75% | 0.38% | - |
| HSV(B) | 134.69º | 0.86% | 0.67% | - |
| XYZ | 15.76 | 29.65 | 9.17 | - |
| YUV | 114.39 | 97.3 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 60 | 0.86 | 0 | 0.65 | 0.33 | 134.69 | 0.75 | 0.38 |
| Hex | 18 | AB | 3C | 56 | 0 | 41 | 21 | 87 | 4B | 26 |
| Octal | 30 | 253 | 74 | 126 | 0 | 101 | 41 | 207 | 113 | 46 |
| Binary | 11000 | 10101011 | 111100 | 1010110 | 0 | 1000001 | 100001 | 10000111 | 1001011 | 100110 |
Color Harmonies of #18AB3C
Complementary color
Monochromatic Colors of #18AB3C
Black with #18AB3C
Text Example
Text Example
White with #18AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB3C; }
p { color: rgb(24,171,60); }
H1.HeaderClassName
{
color: #18AB3C;
}
.AnyTagClassName
{
color: #18AB3C;
}
</style>
background-color css
<style>
a { background-color: #18AB3C; }
a { background-color: rgb(24,171,60); }
div.DivClassName
{
background-color: #18AB3C;
}
.BgClassName
{
background-color: #18AB3C;
}
</style>
border-color css
<style>
span { border-color: #18AB3C; }
span { border-color: rgb(24,171,60); }
td.TdClassName
{
border-color: #18AB3C;
}
.TagClassName
{
border-color: #18AB3C;
}
</style>