Shades of Spring Green #18FC77
Tints of Spring Green #18FC77
RGB
CMYK
RGB Variations
Color information
#18FC77 (or 0x18FC77) is known color: Spring Green. HEX triplet: 18, FC and 77. RGB value is (24,252,119). Sum of RGB (Red+Green+Blue) = 24+252+119=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 252 (98.83% from 255 or 63.80% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 252 - color contains mainly: green. Hex color #18FC77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FC77 is #E70388. Grayscale: #A8A8A8. Windows color (decimal): -15139721 or 7863320. OLE color: 7863320.
HSL color Cylindrical-coordinate representation of color #18FC77: hue angle of 145º 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 #18FC77 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 119 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.01 |
| HSL | 145º | 0.97% | 0.54% | - |
| HSV(B) | 145º | 0.9% | 0.99% | - |
| XYZ | 38.52 | 71.15 | 29.16 | - |
| YUV | 168.67 | 99.96 | 24.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 119 | 0.90 | 0 | 0.53 | 0.01 | 145 | 0.97 | 0.54 |
| Hex | 18 | FC | 77 | 5A | 0 | 35 | 1 | 91 | 61 | 36 |
| Octal | 30 | 374 | 167 | 132 | 0 | 65 | 1 | 221 | 141 | 66 |
| Binary | 11000 | 11111100 | 1110111 | 1011010 | 0 | 110101 | 1 | 10010001 | 1100001 | 110110 |
Color Harmonies of #18FC77
Complementary color
Monochromatic Colors of #18FC77
Black with #18FC77
Text Example
Text Example
White with #18FC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FC77; }
p { color: rgb(24,252,119); }
H1.HeaderClassName
{
color: #18FC77;
}
.AnyTagClassName
{
color: #18FC77;
}
</style>
background-color css
<style>
a { background-color: #18FC77; }
a { background-color: rgb(24,252,119); }
div.DivClassName
{
background-color: #18FC77;
}
.BgClassName
{
background-color: #18FC77;
}
</style>
border-color css
<style>
span { border-color: #18FC77; }
span { border-color: rgb(24,252,119); }
td.TdClassName
{
border-color: #18FC77;
}
.TagClassName
{
border-color: #18FC77;
}
</style>