Html Css Color HEX #0FE4AF Medium Spring Green
📋 copy color: '#0FE4AF'red 15 ◦ green 228 ◦ blue 175
Shades of Medium Spring Green #0FE4AF
Tints of Medium Spring Green #0FE4AF
RGB
CMYK
RGB Variations
Color information
#0FE4AF (or 0x0FE4AF) is known color: Medium Spring Green. HEX triplet: 0F, E4 and AF. RGB value is (15,228,175). Sum of RGB (Red+Green+Blue) = 15+228+175=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE4AF is #F01B50. Grayscale: #9E9E9E. Windows color (decimal): -15735633 or 11527183. OLE color: 11527183.
HSL color Cylindrical-coordinate representation of color #0FE4AF: hue angle of 165.07º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE4AF is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 175 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.11 |
| HSL | 165.07º | 0.88% | 0.48% | - |
| HSV(B) | 165.07º | 0.93% | 0.89% | - |
| XYZ | 35.68 | 58.68 | 50 | - |
| YUV | 158.27 | 137.43 | 25.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 175 | 0.93 | 0 | 0.23 | 0.11 | 165.07 | 0.88 | 0.48 |
| Hex | F | E4 | AF | 5D | 0 | 17 | B | A5 | 58 | 30 |
| Octal | 17 | 344 | 257 | 135 | 0 | 27 | 13 | 245 | 130 | 60 |
| Binary | 1111 | 11100100 | 10101111 | 1011101 | 0 | 10111 | 1011 | 10100101 | 1011000 | 110000 |
Color Harmonies of #0FE4AF
Complementary color
Monochromatic Colors of #0FE4AF
Black with #0FE4AF
Text Example
Text Example
White with #0FE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4AF; }
p { color: rgb(15,228,175); }
H1.HeaderClassName
{
color: #0FE4AF;
}
.AnyTagClassName
{
color: #0FE4AF;
}
</style>
background-color css
<style>
a { background-color: #0FE4AF; }
a { background-color: rgb(15,228,175); }
div.DivClassName
{
background-color: #0FE4AF;
}
.BgClassName
{
background-color: #0FE4AF;
}
</style>
border-color css
<style>
span { border-color: #0FE4AF; }
span { border-color: rgb(15,228,175); }
td.TdClassName
{
border-color: #0FE4AF;
}
.TagClassName
{
border-color: #0FE4AF;
}
</style>