Shades of Spring Green #18F288
Tints of Spring Green #18F288
RGB
CMYK
RGB Variations
Color information
#18F288 (or 0x18F288) is known color: Spring Green. HEX triplet: 18, F2 and 88. RGB value is (24,242,136). Sum of RGB (Red+Green+Blue) = 24+242+136=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #18F288 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F288 is #E70D77. Grayscale: #A4A4A4. Windows color (decimal): -15142264 or 8974872. OLE color: 8974872.
HSL color Cylindrical-coordinate representation of color #18F288: hue angle of 150.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F288 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 136 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.05 |
| HSL | 150.83º | 0.89% | 0.52% | - |
| HSV(B) | 150.83º | 0.9% | 0.95% | - |
| XYZ | 36.57 | 65.48 | 34 | - |
| YUV | 164.73 | 111.78 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 136 | 0.90 | 0 | 0.44 | 0.05 | 150.83 | 0.89 | 0.52 |
| Hex | 18 | F2 | 88 | 5A | 0 | 2C | 5 | 97 | 59 | 34 |
| Octal | 30 | 362 | 210 | 132 | 0 | 54 | 5 | 227 | 131 | 64 |
| Binary | 11000 | 11110010 | 10001000 | 1011010 | 0 | 101100 | 101 | 10010111 | 1011001 | 110100 |
Color Harmonies of #18F288
Complementary color
Monochromatic Colors of #18F288
Black with #18F288
Text Example
Text Example
White with #18F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F288; }
p { color: rgb(24,242,136); }
H1.HeaderClassName
{
color: #18F288;
}
.AnyTagClassName
{
color: #18F288;
}
</style>
background-color css
<style>
a { background-color: #18F288; }
a { background-color: rgb(24,242,136); }
div.DivClassName
{
background-color: #18F288;
}
.BgClassName
{
background-color: #18F288;
}
</style>
border-color css
<style>
span { border-color: #18F288; }
span { border-color: rgb(24,242,136); }
td.TdClassName
{
border-color: #18F288;
}
.TagClassName
{
border-color: #18F288;
}
</style>