Shades of Spring Green #18F488
Tints of Spring Green #18F488
RGB
CMYK
RGB Variations
Color information
#18F488 (or 0x18F488) is known color: Spring Green. HEX triplet: 18, F4 and 88. RGB value is (24,244,136). Sum of RGB (Red+Green+Blue) = 24+244+136=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #18F488 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F488 is #E70B77. Grayscale: #A6A6A6. Windows color (decimal): -15141752 or 8975384. OLE color: 8975384.
HSL color Cylindrical-coordinate representation of color #18F488: hue angle of 150.55º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F488 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 136 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.04 |
| HSL | 150.55º | 0.91% | 0.53% | - |
| HSV(B) | 150.55º | 0.9% | 0.96% | - |
| XYZ | 37.17 | 66.67 | 34.2 | - |
| YUV | 165.91 | 111.11 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 136 | 0.90 | 0 | 0.44 | 0.04 | 150.55 | 0.91 | 0.53 |
| Hex | 18 | F4 | 88 | 5A | 0 | 2C | 4 | 97 | 5B | 35 |
| Octal | 30 | 364 | 210 | 132 | 0 | 54 | 4 | 227 | 133 | 65 |
| Binary | 11000 | 11110100 | 10001000 | 1011010 | 0 | 101100 | 100 | 10010111 | 1011011 | 110101 |
Color Harmonies of #18F488
Complementary color
Monochromatic Colors of #18F488
Black with #18F488
Text Example
Text Example
White with #18F488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F488; }
p { color: rgb(24,244,136); }
H1.HeaderClassName
{
color: #18F488;
}
.AnyTagClassName
{
color: #18F488;
}
</style>
background-color css
<style>
a { background-color: #18F488; }
a { background-color: rgb(24,244,136); }
div.DivClassName
{
background-color: #18F488;
}
.BgClassName
{
background-color: #18F488;
}
</style>
border-color css
<style>
span { border-color: #18F488; }
span { border-color: rgb(24,244,136); }
td.TdClassName
{
border-color: #18F488;
}
.TagClassName
{
border-color: #18F488;
}
</style>