Shades of Dark Pastel Green #18CC3A
Tints of Dark Pastel Green #18CC3A
RGB
CMYK
RGB Variations
Color information
#18CC3A (or 0x18CC3A) is known color: Dark Pastel Green. HEX triplet: 18, CC and 3A. RGB value is (24,204,58). Sum of RGB (Red+Green+Blue) = 24+204+58=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC3A is #E733C5. Grayscale: #858585. Windows color (decimal): -15152070 or 3853336. OLE color: 3853336.
HSL color Cylindrical-coordinate representation of color #18CC3A: hue angle of 131.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC3A is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 58 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.2 |
| HSL | 131.33º | 0.79% | 0.45% | - |
| HSV(B) | 131.33º | 0.88% | 0.8% | - |
| XYZ | 22.73 | 43.69 | 11.24 | - |
| YUV | 133.54 | 85.37 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 58 | 0.88 | 0 | 0.72 | 0.2 | 131.33 | 0.79 | 0.45 |
| Hex | 18 | CC | 3A | 58 | 0 | 48 | 14 | 83 | 4F | 2D |
| Octal | 30 | 314 | 72 | 130 | 0 | 110 | 24 | 203 | 117 | 55 |
| Binary | 11000 | 11001100 | 111010 | 1011000 | 0 | 1001000 | 10100 | 10000011 | 1001111 | 101101 |
Color Harmonies of #18CC3A
Complementary color
Monochromatic Colors of #18CC3A
Black with #18CC3A
Text Example
Text Example
White with #18CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CC3A; }
p { color: rgb(24,204,58); }
H1.HeaderClassName
{
color: #18CC3A;
}
.AnyTagClassName
{
color: #18CC3A;
}
</style>
background-color css
<style>
a { background-color: #18CC3A; }
a { background-color: rgb(24,204,58); }
div.DivClassName
{
background-color: #18CC3A;
}
.BgClassName
{
background-color: #18CC3A;
}
</style>
border-color css
<style>
span { border-color: #18CC3A; }
span { border-color: rgb(24,204,58); }
td.TdClassName
{
border-color: #18CC3A;
}
.TagClassName
{
border-color: #18CC3A;
}
</style>