Shades of Dark Pastel Green #18AD43
Tints of Dark Pastel Green #18AD43
RGB
CMYK
RGB Variations
Color information
#18AD43 (or 0x18AD43) is known color: Dark Pastel Green. HEX triplet: 18, AD and 43. RGB value is (24,173,67). Sum of RGB (Red+Green+Blue) = 24+173+67=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 173 (67.97% from 255 or 65.53% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AD43 is #E752BC. Grayscale: #747474. Windows color (decimal): -15159997 or 4435224. OLE color: 4435224.
HSL color Cylindrical-coordinate representation of color #18AD43: hue angle of 137.32º 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 #18AD43 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 67 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.32 |
| HSL | 137.32º | 0.76% | 0.39% | - |
| HSV(B) | 137.32º | 0.86% | 0.68% | - |
| XYZ | 16.33 | 30.49 | 10.33 | - |
| YUV | 116.37 | 100.14 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 67 | 0.86 | 0 | 0.61 | 0.32 | 137.32 | 0.76 | 0.39 |
| Hex | 18 | AD | 43 | 56 | 0 | 3D | 20 | 89 | 4C | 27 |
| Octal | 30 | 255 | 103 | 126 | 0 | 75 | 40 | 211 | 114 | 47 |
| Binary | 11000 | 10101101 | 1000011 | 1010110 | 0 | 111101 | 100000 | 10001001 | 1001100 | 100111 |
Color Harmonies of #18AD43
Complementary color
Monochromatic Colors of #18AD43
Black with #18AD43
Text Example
Text Example
White with #18AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD43; }
p { color: rgb(24,173,67); }
H1.HeaderClassName
{
color: #18AD43;
}
.AnyTagClassName
{
color: #18AD43;
}
</style>
background-color css
<style>
a { background-color: #18AD43; }
a { background-color: rgb(24,173,67); }
div.DivClassName
{
background-color: #18AD43;
}
.BgClassName
{
background-color: #18AD43;
}
</style>
border-color css
<style>
span { border-color: #18AD43; }
span { border-color: rgb(24,173,67); }
td.TdClassName
{
border-color: #18AD43;
}
.TagClassName
{
border-color: #18AD43;
}
</style>