Shades of Spring Green #18F776
Tints of Spring Green #18F776
RGB
CMYK
RGB Variations
Color information
#18F776 (or 0x18F776) is known color: Spring Green. HEX triplet: 18, F7 and 76. RGB value is (24,247,118). Sum of RGB (Red+Green+Blue) = 24+247+118=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 247 (96.88% from 255 or 63.50% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 247 - color contains mainly: green. Hex color #18F776 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F776 is #E70889. Grayscale: #A5A5A5. Windows color (decimal): -15141002 or 7796504. OLE color: 7796504.
HSL color Cylindrical-coordinate representation of color #18F776: hue angle of 145.29º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F776 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 247 | 118 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.03 |
| HSL | 145.29º | 0.93% | 0.53% | - |
| HSV(B) | 145.29º | 0.9% | 0.97% | - |
| XYZ | 36.91 | 68.02 | 28.32 | - |
| YUV | 165.62 | 101.12 | 26.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 247 | 118 | 0.90 | 0 | 0.52 | 0.03 | 145.29 | 0.93 | 0.53 |
| Hex | 18 | F7 | 76 | 5A | 0 | 34 | 3 | 91 | 5D | 35 |
| Octal | 30 | 367 | 166 | 132 | 0 | 64 | 3 | 221 | 135 | 65 |
| Binary | 11000 | 11110111 | 1110110 | 1011010 | 0 | 110100 | 11 | 10010001 | 1011101 | 110101 |
Color Harmonies of #18F776
Complementary color
Monochromatic Colors of #18F776
Black with #18F776
Text Example
Text Example
White with #18F776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F776; }
p { color: rgb(24,247,118); }
H1.HeaderClassName
{
color: #18F776;
}
.AnyTagClassName
{
color: #18F776;
}
</style>
background-color css
<style>
a { background-color: #18F776; }
a { background-color: rgb(24,247,118); }
div.DivClassName
{
background-color: #18F776;
}
.BgClassName
{
background-color: #18F776;
}
</style>
border-color css
<style>
span { border-color: #18F776; }
span { border-color: rgb(24,247,118); }
td.TdClassName
{
border-color: #18F776;
}
.TagClassName
{
border-color: #18F776;
}
</style>