Shades of Spring Green #0FED88
Tints of Spring Green #0FED88
RGB
CMYK
RGB Variations
Color information
#0FED88 (or 0x0FED88) is known color: Spring Green. HEX triplet: 0F, ED and 88. RGB value is (15,237,136). Sum of RGB (Red+Green+Blue) = 15+237+136=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 237 (92.97% from 255 or 61.08% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 237 - color contains mainly: green. Hex color #0FED88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FED88 is #F01277. Grayscale: #9F9F9F. Windows color (decimal): -15733368 or 8973583. OLE color: 8973583.
HSL color Cylindrical-coordinate representation of color #0FED88: hue angle of 152.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FED88 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 237 | 136 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.07 |
| HSL | 152.7º | 0.88% | 0.49% | - |
| HSV(B) | 152.7º | 0.94% | 0.93% | - |
| XYZ | 34.93 | 62.45 | 33.51 | - |
| YUV | 159.11 | 114.95 | 25.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 136 | 0.94 | 0 | 0.43 | 0.07 | 152.7 | 0.88 | 0.49 |
| Hex | F | ED | 88 | 5E | 0 | 2B | 7 | 99 | 58 | 31 |
| Octal | 17 | 355 | 210 | 136 | 0 | 53 | 7 | 231 | 130 | 61 |
| Binary | 1111 | 11101101 | 10001000 | 1011110 | 0 | 101011 | 111 | 10011001 | 1011000 | 110001 |
Color Harmonies of #0FED88
Complementary color
Monochromatic Colors of #0FED88
Black with #0FED88
Text Example
Text Example
White with #0FED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FED88; }
p { color: rgb(15,237,136); }
H1.HeaderClassName
{
color: #0FED88;
}
.AnyTagClassName
{
color: #0FED88;
}
</style>
background-color css
<style>
a { background-color: #0FED88; }
a { background-color: rgb(15,237,136); }
div.DivClassName
{
background-color: #0FED88;
}
.BgClassName
{
background-color: #0FED88;
}
</style>
border-color css
<style>
span { border-color: #0FED88; }
span { border-color: rgb(15,237,136); }
td.TdClassName
{
border-color: #0FED88;
}
.TagClassName
{
border-color: #0FED88;
}
</style>