Shades of Spring Green #18DC7E
Tints of Spring Green #18DC7E
RGB
CMYK
RGB Variations
Color information
#18DC7E (or 0x18DC7E) is known color: Spring Green. HEX triplet: 18, DC and 7E. RGB value is (24,220,126). Sum of RGB (Red+Green+Blue) = 24+220+126=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DC7E is #E72381. Grayscale: #969696. Windows color (decimal): -15147906 or 8313880. OLE color: 8313880.
HSL color Cylindrical-coordinate representation of color #18DC7E: hue angle of 151.22º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC7E is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 126 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.14 |
| HSL | 151.22º | 0.8% | 0.48% | - |
| HSV(B) | 151.22º | 0.89% | 0.86% | - |
| XYZ | 29.74 | 52.89 | 28.38 | - |
| YUV | 150.68 | 114.07 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 126 | 0.89 | 0 | 0.43 | 0.14 | 151.22 | 0.8 | 0.48 |
| Hex | 18 | DC | 7E | 59 | 0 | 2B | E | 97 | 50 | 30 |
| Octal | 30 | 334 | 176 | 131 | 0 | 53 | 16 | 227 | 120 | 60 |
| Binary | 11000 | 11011100 | 1111110 | 1011001 | 0 | 101011 | 1110 | 10010111 | 1010000 | 110000 |
Color Harmonies of #18DC7E
Complementary color
Monochromatic Colors of #18DC7E
Black with #18DC7E
Text Example
Text Example
White with #18DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC7E; }
p { color: rgb(24,220,126); }
H1.HeaderClassName
{
color: #18DC7E;
}
.AnyTagClassName
{
color: #18DC7E;
}
</style>
background-color css
<style>
a { background-color: #18DC7E; }
a { background-color: rgb(24,220,126); }
div.DivClassName
{
background-color: #18DC7E;
}
.BgClassName
{
background-color: #18DC7E;
}
</style>
border-color css
<style>
span { border-color: #18DC7E; }
span { border-color: rgb(24,220,126); }
td.TdClassName
{
border-color: #18DC7E;
}
.TagClassName
{
border-color: #18DC7E;
}
</style>