Shades of Dark Pastel Green #18A239
Tints of Dark Pastel Green #18A239
RGB
CMYK
RGB Variations
Color information
#18A239 (or 0x18A239) is known color: Dark Pastel Green. HEX triplet: 18, A2 and 39. RGB value is (24,162,57). Sum of RGB (Red+Green+Blue) = 24+162+57=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 162 (63.67% from 255 or 66.67% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 162 - color contains mainly: green. Hex color #18A239 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A239 is #E75DC6. Grayscale: #6D6D6D. Windows color (decimal): -15162823 or 3777048. OLE color: 3777048.
HSL color Cylindrical-coordinate representation of color #18A239: hue angle of 134.35º 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 #18A239 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 57 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.36 |
| HSL | 134.35º | 0.74% | 0.36% | - |
| HSV(B) | 134.35º | 0.85% | 0.64% | - |
| XYZ | 14.04 | 26.33 | 8.21 | - |
| YUV | 108.77 | 98.78 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 57 | 0.85 | 0 | 0.65 | 0.36 | 134.35 | 0.74 | 0.36 |
| Hex | 18 | A2 | 39 | 55 | 0 | 41 | 24 | 86 | 4A | 24 |
| Octal | 30 | 242 | 71 | 125 | 0 | 101 | 44 | 206 | 112 | 44 |
| Binary | 11000 | 10100010 | 111001 | 1010101 | 0 | 1000001 | 100100 | 10000110 | 1001010 | 100100 |
Color Harmonies of #18A239
Complementary color
Monochromatic Colors of #18A239
Black with #18A239
Text Example
Text Example
White with #18A239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A239; }
p { color: rgb(24,162,57); }
H1.HeaderClassName
{
color: #18A239;
}
.AnyTagClassName
{
color: #18A239;
}
</style>
background-color css
<style>
a { background-color: #18A239; }
a { background-color: rgb(24,162,57); }
div.DivClassName
{
background-color: #18A239;
}
.BgClassName
{
background-color: #18A239;
}
</style>
border-color css
<style>
span { border-color: #18A239; }
span { border-color: rgb(24,162,57); }
td.TdClassName
{
border-color: #18A239;
}
.TagClassName
{
border-color: #18A239;
}
</style>