Shades of Dark Pastel Green #18A237
Tints of Dark Pastel Green #18A237
RGB
CMYK
RGB Variations
Color information
#18A237 (or 0x18A237) is known color: Dark Pastel Green. HEX triplet: 18, A2 and 37. RGB value is (24,162,55). Sum of RGB (Red+Green+Blue) = 24+162+55=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 162 (63.67% from 255 or 67.22% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 162 - color contains mainly: green. Hex color #18A237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A237 is #E75DC8. Grayscale: #6C6C6C. Windows color (decimal): -15162825 or 3645976. OLE color: 3645976.
HSL color Cylindrical-coordinate representation of color #18A237: hue angle of 133.48º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A237 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 55 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.36 |
| HSL | 133.48º | 0.74% | 0.36% | - |
| HSV(B) | 133.48º | 0.85% | 0.64% | - |
| XYZ | 13.99 | 26.31 | 7.96 | - |
| YUV | 108.54 | 97.78 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 55 | 0.85 | 0 | 0.66 | 0.36 | 133.48 | 0.74 | 0.36 |
| Hex | 18 | A2 | 37 | 55 | 0 | 42 | 24 | 85 | 4A | 24 |
| Octal | 30 | 242 | 67 | 125 | 0 | 102 | 44 | 205 | 112 | 44 |
| Binary | 11000 | 10100010 | 110111 | 1010101 | 0 | 1000010 | 100100 | 10000101 | 1001010 | 100100 |
Color Harmonies of #18A237
Complementary color
Monochromatic Colors of #18A237
Black with #18A237
Text Example
Text Example
White with #18A237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A237; }
p { color: rgb(24,162,55); }
H1.HeaderClassName
{
color: #18A237;
}
.AnyTagClassName
{
color: #18A237;
}
</style>
background-color css
<style>
a { background-color: #18A237; }
a { background-color: rgb(24,162,55); }
div.DivClassName
{
background-color: #18A237;
}
.BgClassName
{
background-color: #18A237;
}
</style>
border-color css
<style>
span { border-color: #18A237; }
span { border-color: rgb(24,162,55); }
td.TdClassName
{
border-color: #18A237;
}
.TagClassName
{
border-color: #18A237;
}
</style>