Shades of Spring Green #18FC76
Tints of Spring Green #18FC76
RGB
CMYK
RGB Variations
Color information
#18FC76 (or 0x18FC76) is known color: Spring Green. HEX triplet: 18, FC and 76. RGB value is (24,252,118). Sum of RGB (Red+Green+Blue) = 24+252+118=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 252 (98.83% from 255 or 63.96% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 252 - color contains mainly: green. Hex color #18FC76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FC76 is #E70389. Grayscale: #A8A8A8. Windows color (decimal): -15139722 or 7797784. OLE color: 7797784.
HSL color Cylindrical-coordinate representation of color #18FC76: hue angle of 144.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FC76 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 118 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.01 |
| HSL | 144.74º | 0.97% | 0.54% | - |
| HSV(B) | 144.74º | 0.9% | 0.99% | - |
| XYZ | 38.46 | 71.12 | 28.84 | - |
| YUV | 168.55 | 99.46 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 118 | 0.90 | 0 | 0.53 | 0.01 | 144.74 | 0.97 | 0.54 |
| Hex | 18 | FC | 76 | 5A | 0 | 35 | 1 | 91 | 61 | 36 |
| Octal | 30 | 374 | 166 | 132 | 0 | 65 | 1 | 221 | 141 | 66 |
| Binary | 11000 | 11111100 | 1110110 | 1011010 | 0 | 110101 | 1 | 10010001 | 1100001 | 110110 |
Color Harmonies of #18FC76
Complementary color
Monochromatic Colors of #18FC76
Black with #18FC76
Text Example
Text Example
White with #18FC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FC76; }
p { color: rgb(24,252,118); }
H1.HeaderClassName
{
color: #18FC76;
}
.AnyTagClassName
{
color: #18FC76;
}
</style>
background-color css
<style>
a { background-color: #18FC76; }
a { background-color: rgb(24,252,118); }
div.DivClassName
{
background-color: #18FC76;
}
.BgClassName
{
background-color: #18FC76;
}
</style>
border-color css
<style>
span { border-color: #18FC76; }
span { border-color: rgb(24,252,118); }
td.TdClassName
{
border-color: #18FC76;
}
.TagClassName
{
border-color: #18FC76;
}
</style>