Html Css Color HEX #0FEAB4 Medium Spring Green
📋 copy color: '#0FEAB4'red 15 ◦ green 234 ◦ blue 180
Shades of Medium Spring Green #0FEAB4
Tints of Medium Spring Green #0FEAB4
RGB
CMYK
RGB Variations
Color information
#0FEAB4 (or 0x0FEAB4) is known color: Medium Spring Green. HEX triplet: 0F, EA and B4. RGB value is (15,234,180). Sum of RGB (Red+Green+Blue) = 15+234+180=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEAB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEAB4 is #F0154B. Grayscale: #A2A2A2. Windows color (decimal): -15734092 or 11856399. OLE color: 11856399.
HSL color Cylindrical-coordinate representation of color #0FEAB4: hue angle of 165.21º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEAB4 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 234 | 180 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.08 |
| HSL | 165.21º | 0.88% | 0.49% | - |
| HSV(B) | 165.21º | 0.94% | 0.92% | - |
| XYZ | 37.86 | 62.24 | 53.2 | - |
| YUV | 162.36 | 137.95 | 22.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 180 | 0.94 | 0 | 0.23 | 0.08 | 165.21 | 0.88 | 0.49 |
| Hex | F | EA | B4 | 5E | 0 | 17 | 8 | A5 | 58 | 31 |
| Octal | 17 | 352 | 264 | 136 | 0 | 27 | 10 | 245 | 130 | 61 |
| Binary | 1111 | 11101010 | 10110100 | 1011110 | 0 | 10111 | 1000 | 10100101 | 1011000 | 110001 |
Color Harmonies of #0FEAB4
Complementary color
Monochromatic Colors of #0FEAB4
Black with #0FEAB4
Text Example
Text Example
White with #0FEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEAB4; }
p { color: rgb(15,234,180); }
H1.HeaderClassName
{
color: #0FEAB4;
}
.AnyTagClassName
{
color: #0FEAB4;
}
</style>
background-color css
<style>
a { background-color: #0FEAB4; }
a { background-color: rgb(15,234,180); }
div.DivClassName
{
background-color: #0FEAB4;
}
.BgClassName
{
background-color: #0FEAB4;
}
</style>
border-color css
<style>
span { border-color: #0FEAB4; }
span { border-color: rgb(15,234,180); }
td.TdClassName
{
border-color: #0FEAB4;
}
.TagClassName
{
border-color: #0FEAB4;
}
</style>