Shades of Dark Pastel Green #18CA3E
Tints of Dark Pastel Green #18CA3E
RGB
CMYK
RGB Variations
Color information
#18CA3E (or 0x18CA3E) is known color: Dark Pastel Green. HEX triplet: 18, CA and 3E. RGB value is (24,202,62). Sum of RGB (Red+Green+Blue) = 24+202+62=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 202 (79.30% from 255 or 70.14% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CA3E is #E735C1. Grayscale: #858585. Windows color (decimal): -15152578 or 4114968. OLE color: 4114968.
HSL color Cylindrical-coordinate representation of color #18CA3E: hue angle of 132.81º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CA3E is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 202 | 62 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.21 |
| HSL | 132.81º | 0.79% | 0.44% | - |
| HSV(B) | 132.81º | 0.88% | 0.79% | - |
| XYZ | 22.37 | 42.78 | 11.64 | - |
| YUV | 132.82 | 88.03 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 62 | 0.88 | 0 | 0.69 | 0.21 | 132.81 | 0.79 | 0.44 |
| Hex | 18 | CA | 3E | 58 | 0 | 45 | 15 | 85 | 4F | 2C |
| Octal | 30 | 312 | 76 | 130 | 0 | 105 | 25 | 205 | 117 | 54 |
| Binary | 11000 | 11001010 | 111110 | 1011000 | 0 | 1000101 | 10101 | 10000101 | 1001111 | 101100 |
Color Harmonies of #18CA3E
Complementary color
Monochromatic Colors of #18CA3E
Black with #18CA3E
Text Example
Text Example
White with #18CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CA3E; }
p { color: rgb(24,202,62); }
H1.HeaderClassName
{
color: #18CA3E;
}
.AnyTagClassName
{
color: #18CA3E;
}
</style>
background-color css
<style>
a { background-color: #18CA3E; }
a { background-color: rgb(24,202,62); }
div.DivClassName
{
background-color: #18CA3E;
}
.BgClassName
{
background-color: #18CA3E;
}
</style>
border-color css
<style>
span { border-color: #18CA3E; }
span { border-color: rgb(24,202,62); }
td.TdClassName
{
border-color: #18CA3E;
}
.TagClassName
{
border-color: #18CA3E;
}
</style>