Shades of Spring Green #0FE57D
Tints of Spring Green #0FE57D
RGB
CMYK
RGB Variations
Color information
#0FE57D (or 0x0FE57D) is known color: Spring Green. HEX triplet: 0F, E5 and 7D. RGB value is (15,229,125). Sum of RGB (Red+Green+Blue) = 15+229+125=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 229 (89.84% from 255 or 62.06% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE57D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE57D is #F01A82. Grayscale: #999999. Windows color (decimal): -15735427 or 8250639. OLE color: 8250639.
HSL color Cylindrical-coordinate representation of color #0FE57D: hue angle of 150.84º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE57D is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 125 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.10 |
| HSL | 150.84º | 0.88% | 0.48% | - |
| HSV(B) | 150.84º | 0.93% | 0.9% | - |
| XYZ | 31.92 | 57.62 | 28.84 | - |
| YUV | 153.16 | 112.1 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 125 | 0.93 | 0 | 0.45 | 0.10 | 150.84 | 0.88 | 0.48 |
| Hex | F | E5 | 7D | 5D | 0 | 2D | A | 97 | 58 | 30 |
| Octal | 17 | 345 | 175 | 135 | 0 | 55 | 12 | 227 | 130 | 60 |
| Binary | 1111 | 11100101 | 1111101 | 1011101 | 0 | 101101 | 1010 | 10010111 | 1011000 | 110000 |
Color Harmonies of #0FE57D
Complementary color
Monochromatic Colors of #0FE57D
Black with #0FE57D
Text Example
Text Example
White with #0FE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE57D; }
p { color: rgb(15,229,125); }
H1.HeaderClassName
{
color: #0FE57D;
}
.AnyTagClassName
{
color: #0FE57D;
}
</style>
background-color css
<style>
a { background-color: #0FE57D; }
a { background-color: rgb(15,229,125); }
div.DivClassName
{
background-color: #0FE57D;
}
.BgClassName
{
background-color: #0FE57D;
}
</style>
border-color css
<style>
span { border-color: #0FE57D; }
span { border-color: rgb(15,229,125); }
td.TdClassName
{
border-color: #0FE57D;
}
.TagClassName
{
border-color: #0FE57D;
}
</style>