Shades of Spring Green #0FE57F
Tints of Spring Green #0FE57F
RGB
CMYK
RGB Variations
Color information
#0FE57F (or 0x0FE57F) is known color: Spring Green. HEX triplet: 0F, E5 and 7F. RGB value is (15,229,127). Sum of RGB (Red+Green+Blue) = 15+229+127=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 229 (89.84% from 255 or 61.73% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE57F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE57F is #F01A80. Grayscale: #999999. Windows color (decimal): -15735425 or 8381711. OLE color: 8381711.
HSL color Cylindrical-coordinate representation of color #0FE57F: hue angle of 151.4º 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 #0FE57F is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 127 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.10 |
| HSL | 151.4º | 0.88% | 0.48% | - |
| HSV(B) | 151.4º | 0.93% | 0.9% | - |
| XYZ | 32.05 | 57.67 | 29.52 | - |
| YUV | 153.39 | 113.1 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 127 | 0.93 | 0 | 0.45 | 0.10 | 151.4 | 0.88 | 0.48 |
| Hex | F | E5 | 7F | 5D | 0 | 2D | A | 97 | 58 | 30 |
| Octal | 17 | 345 | 177 | 135 | 0 | 55 | 12 | 227 | 130 | 60 |
| Binary | 1111 | 11100101 | 1111111 | 1011101 | 0 | 101101 | 1010 | 10010111 | 1011000 | 110000 |
Color Harmonies of #0FE57F
Complementary color
Monochromatic Colors of #0FE57F
Black with #0FE57F
Text Example
Text Example
White with #0FE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE57F; }
p { color: rgb(15,229,127); }
H1.HeaderClassName
{
color: #0FE57F;
}
.AnyTagClassName
{
color: #0FE57F;
}
</style>
background-color css
<style>
a { background-color: #0FE57F; }
a { background-color: rgb(15,229,127); }
div.DivClassName
{
background-color: #0FE57F;
}
.BgClassName
{
background-color: #0FE57F;
}
</style>
border-color css
<style>
span { border-color: #0FE57F; }
span { border-color: rgb(15,229,127); }
td.TdClassName
{
border-color: #0FE57F;
}
.TagClassName
{
border-color: #0FE57F;
}
</style>