Shades of Dark Pastel Green #18A840
Tints of Dark Pastel Green #18A840
RGB
CMYK
RGB Variations
Color information
#18A840 (or 0x18A840) is known color: Dark Pastel Green. HEX triplet: 18, A8 and 40. RGB value is (24,168,64). Sum of RGB (Red+Green+Blue) = 24+168+64=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 168 (66.02% from 255 or 65.62% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 168 - color contains mainly: green. Hex color #18A840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A840 is #E757BF. Grayscale: #717171. Windows color (decimal): -15161280 or 4237336. OLE color: 4237336.
HSL color Cylindrical-coordinate representation of color #18A840: hue angle of 136.67º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A840 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 168 | 64 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.34 |
| HSL | 136.67º | 0.75% | 0.38% | - |
| HSV(B) | 136.67º | 0.86% | 0.66% | - |
| XYZ | 15.3 | 28.57 | 9.56 | - |
| YUV | 113.09 | 100.29 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 64 | 0.86 | 0 | 0.62 | 0.34 | 136.67 | 0.75 | 0.38 |
| Hex | 18 | A8 | 40 | 56 | 0 | 3E | 22 | 89 | 4B | 26 |
| Octal | 30 | 250 | 100 | 126 | 0 | 76 | 42 | 211 | 113 | 46 |
| Binary | 11000 | 10101000 | 1000000 | 1010110 | 0 | 111110 | 100010 | 10001001 | 1001011 | 100110 |
Color Harmonies of #18A840
Complementary color
Monochromatic Colors of #18A840
Black with #18A840
Text Example
Text Example
White with #18A840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A840; }
p { color: rgb(24,168,64); }
H1.HeaderClassName
{
color: #18A840;
}
.AnyTagClassName
{
color: #18A840;
}
</style>
background-color css
<style>
a { background-color: #18A840; }
a { background-color: rgb(24,168,64); }
div.DivClassName
{
background-color: #18A840;
}
.BgClassName
{
background-color: #18A840;
}
</style>
border-color css
<style>
span { border-color: #18A840; }
span { border-color: rgb(24,168,64); }
td.TdClassName
{
border-color: #18A840;
}
.TagClassName
{
border-color: #18A840;
}
</style>