Shades of Dark Pastel Green #18AD3C
Tints of Dark Pastel Green #18AD3C
RGB
CMYK
RGB Variations
Color information
#18AD3C (or 0x18AD3C) is known color: Dark Pastel Green. HEX triplet: 18, AD and 3C. RGB value is (24,173,60). Sum of RGB (Red+Green+Blue) = 24+173+60=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 173 (67.97% from 255 or 67.32% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AD3C is #E752C3. Grayscale: #737373. Windows color (decimal): -15160004 or 3976472. OLE color: 3976472.
HSL color Cylindrical-coordinate representation of color #18AD3C: hue angle of 134.5º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AD3C is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 60 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.32 |
| HSL | 134.5º | 0.76% | 0.39% | - |
| HSV(B) | 134.5º | 0.86% | 0.68% | - |
| XYZ | 16.14 | 30.41 | 9.29 | - |
| YUV | 115.57 | 96.64 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 60 | 0.86 | 0 | 0.65 | 0.32 | 134.5 | 0.76 | 0.39 |
| Hex | 18 | AD | 3C | 56 | 0 | 41 | 20 | 86 | 4C | 27 |
| Octal | 30 | 255 | 74 | 126 | 0 | 101 | 40 | 206 | 114 | 47 |
| Binary | 11000 | 10101101 | 111100 | 1010110 | 0 | 1000001 | 100000 | 10000110 | 1001100 | 100111 |
Color Harmonies of #18AD3C
Complementary color
Monochromatic Colors of #18AD3C
Black with #18AD3C
Text Example
Text Example
White with #18AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD3C; }
p { color: rgb(24,173,60); }
H1.HeaderClassName
{
color: #18AD3C;
}
.AnyTagClassName
{
color: #18AD3C;
}
</style>
background-color css
<style>
a { background-color: #18AD3C; }
a { background-color: rgb(24,173,60); }
div.DivClassName
{
background-color: #18AD3C;
}
.BgClassName
{
background-color: #18AD3C;
}
</style>
border-color css
<style>
span { border-color: #18AD3C; }
span { border-color: rgb(24,173,60); }
td.TdClassName
{
border-color: #18AD3C;
}
.TagClassName
{
border-color: #18AD3C;
}
</style>