Shades of Spring Green #18FF72
Tints of Spring Green #18FF72
RGB
CMYK
RGB Variations
Color information
#18FF72 (or 0x18FF72) is known color: Spring Green. HEX triplet: 18, FF and 72. RGB value is (24,255,114). Sum of RGB (Red+Green+Blue) = 24+255+114=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FF72 is #E7008D. Grayscale: #AAAAAA. Windows color (decimal): -15138958 or 7536408. OLE color: 7536408.
HSL color Cylindrical-coordinate representation of color #18FF72: hue angle of 143.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF72 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 114 | - |
| CMYK | 0.91 | 0 | 0.55 | 0 |
| HSL | 143.38º | 1% | 0.55% | - |
| HSV(B) | 143.38º | 0.91% | 1% | - |
| XYZ | 39.17 | 72.93 | 27.93 | - |
| YUV | 169.86 | 96.47 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 114 | 0.91 | 0 | 0.55 | 0 | 143.38 | 1 | 0.55 |
| Hex | 18 | FF | 72 | 5B | 0 | 37 | 0 | 8F | 64 | 37 |
| Octal | 30 | 377 | 162 | 133 | 0 | 67 | 0 | 217 | 144 | 67 |
| Binary | 11000 | 11111111 | 1110010 | 1011011 | 0 | 110111 | 0 | 10001111 | 1100100 | 110111 |
Color Harmonies of #18FF72
Complementary color
Monochromatic Colors of #18FF72
Black with #18FF72
Text Example
Text Example
White with #18FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF72; }
p { color: rgb(24,255,114); }
H1.HeaderClassName
{
color: #18FF72;
}
.AnyTagClassName
{
color: #18FF72;
}
</style>
background-color css
<style>
a { background-color: #18FF72; }
a { background-color: rgb(24,255,114); }
div.DivClassName
{
background-color: #18FF72;
}
.BgClassName
{
background-color: #18FF72;
}
</style>
border-color css
<style>
span { border-color: #18FF72; }
span { border-color: rgb(24,255,114); }
td.TdClassName
{
border-color: #18FF72;
}
.TagClassName
{
border-color: #18FF72;
}
</style>