Html Css Color HEX #0FEAAA Medium Spring Green
📋 copy color: '#0FEAAA'red 15 ◦ green 234 ◦ blue 170
Shades of Medium Spring Green #0FEAAA
Tints of Medium Spring Green #0FEAAA
RGB
CMYK
RGB Variations
Color information
#0FEAAA (or 0x0FEAAA) is known color: Medium Spring Green. HEX triplet: 0F, EA and AA. RGB value is (15,234,170). Sum of RGB (Red+Green+Blue) = 15+234+170=419 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.58% from 419); Green value is 234 (91.80% from 255 or 55.85% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEAAA is #F01555. Grayscale: #A1A1A1. Windows color (decimal): -15734102 or 11201039. OLE color: 11201039.
HSL color Cylindrical-coordinate representation of color #0FEAAA: hue angle of 162.47º 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 #0FEAAA is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 234 | 170 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.08 |
| HSL | 162.47º | 0.88% | 0.49% | - |
| HSV(B) | 162.47º | 0.94% | 0.92% | - |
| XYZ | 36.88 | 61.85 | 48.02 | - |
| YUV | 161.22 | 132.95 | 23.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 170 | 0.94 | 0 | 0.27 | 0.08 | 162.47 | 0.88 | 0.49 |
| Hex | F | EA | AA | 5E | 0 | 1B | 8 | A2 | 58 | 31 |
| Octal | 17 | 352 | 252 | 136 | 0 | 33 | 10 | 242 | 130 | 61 |
| Binary | 1111 | 11101010 | 10101010 | 1011110 | 0 | 11011 | 1000 | 10100010 | 1011000 | 110001 |
Color Harmonies of #0FEAAA
Complementary color
Monochromatic Colors of #0FEAAA
Black with #0FEAAA
Text Example
Text Example
White with #0FEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEAAA; }
p { color: rgb(15,234,170); }
H1.HeaderClassName
{
color: #0FEAAA;
}
.AnyTagClassName
{
color: #0FEAAA;
}
</style>
background-color css
<style>
a { background-color: #0FEAAA; }
a { background-color: rgb(15,234,170); }
div.DivClassName
{
background-color: #0FEAAA;
}
.BgClassName
{
background-color: #0FEAAA;
}
</style>
border-color css
<style>
span { border-color: #0FEAAA; }
span { border-color: rgb(15,234,170); }
td.TdClassName
{
border-color: #0FEAAA;
}
.TagClassName
{
border-color: #0FEAAA;
}
</style>