Shades of Spring Green #18F772
Tints of Spring Green #18F772
RGB
CMYK
RGB Variations
Color information
#18F772 (or 0x18F772) is known color: Spring Green. HEX triplet: 18, F7 and 72. RGB value is (24,247,114). Sum of RGB (Red+Green+Blue) = 24+247+114=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 247 (96.88% from 255 or 64.16% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 247 - color contains mainly: green. Hex color #18F772 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F772 is #E7088D. Grayscale: #A5A5A5. Windows color (decimal): -15141006 or 7534360. OLE color: 7534360.
HSL color Cylindrical-coordinate representation of color #18F772: hue angle of 144.22º 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 #18F772 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 247 | 114 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.03 |
| HSL | 144.22º | 0.93% | 0.53% | - |
| HSV(B) | 144.22º | 0.9% | 0.97% | - |
| XYZ | 36.67 | 67.93 | 27.1 | - |
| YUV | 165.16 | 99.12 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 247 | 114 | 0.90 | 0 | 0.54 | 0.03 | 144.22 | 0.93 | 0.53 |
| Hex | 18 | F7 | 72 | 5A | 0 | 36 | 3 | 90 | 5D | 35 |
| Octal | 30 | 367 | 162 | 132 | 0 | 66 | 3 | 220 | 135 | 65 |
| Binary | 11000 | 11110111 | 1110010 | 1011010 | 0 | 110110 | 11 | 10010000 | 1011101 | 110101 |
Color Harmonies of #18F772
Complementary color
Monochromatic Colors of #18F772
Black with #18F772
Text Example
Text Example
White with #18F772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F772; }
p { color: rgb(24,247,114); }
H1.HeaderClassName
{
color: #18F772;
}
.AnyTagClassName
{
color: #18F772;
}
</style>
background-color css
<style>
a { background-color: #18F772; }
a { background-color: rgb(24,247,114); }
div.DivClassName
{
background-color: #18F772;
}
.BgClassName
{
background-color: #18F772;
}
</style>
border-color css
<style>
span { border-color: #18F772; }
span { border-color: rgb(24,247,114); }
td.TdClassName
{
border-color: #18F772;
}
.TagClassName
{
border-color: #18F772;
}
</style>