Html Css Color HEX #0AEDAB Medium Spring Green
📋 copy color: '#0AEDAB'red 10 ◦ green 237 ◦ blue 171
Shades of Medium Spring Green #0AEDAB
Tints of Medium Spring Green #0AEDAB
RGB
CMYK
RGB Variations
Color information
#0AEDAB (or 0x0AEDAB) is known color: Medium Spring Green. HEX triplet: 0A, ED and AB. RGB value is (10,237,171). Sum of RGB (Red+Green+Blue) = 10+237+171=418 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 418); Green value is 237 (92.97% from 255 or 56.70% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEDAB is #F51254. Grayscale: #A1A1A1. Windows color (decimal): -16061013 or 11267338. OLE color: 11267338.
HSL color Cylindrical-coordinate representation of color #0AEDAB: hue angle of 162.56º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEDAB is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 237 | 171 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.07 |
| HSL | 162.56º | 0.92% | 0.48% | - |
| HSV(B) | 162.56º | 0.96% | 0.93% | - |
| XYZ | 37.76 | 63.57 | 48.81 | - |
| YUV | 161.6 | 133.29 | 19.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 237 | 171 | 0.96 | 0 | 0.28 | 0.07 | 162.56 | 0.92 | 0.48 |
| Hex | A | ED | AB | 60 | 0 | 1C | 7 | A3 | 5C | 30 |
| Octal | 12 | 355 | 253 | 140 | 0 | 34 | 7 | 243 | 134 | 60 |
| Binary | 1010 | 11101101 | 10101011 | 1100000 | 0 | 11100 | 111 | 10100011 | 1011100 | 110000 |
Color Harmonies of #0AEDAB
Complementary color
Monochromatic Colors of #0AEDAB
Black with #0AEDAB
Text Example
Text Example
White with #0AEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEDAB; }
p { color: rgb(10,237,171); }
H1.HeaderClassName
{
color: #0AEDAB;
}
.AnyTagClassName
{
color: #0AEDAB;
}
</style>
background-color css
<style>
a { background-color: #0AEDAB; }
a { background-color: rgb(10,237,171); }
div.DivClassName
{
background-color: #0AEDAB;
}
.BgClassName
{
background-color: #0AEDAB;
}
</style>
border-color css
<style>
span { border-color: #0AEDAB; }
span { border-color: rgb(10,237,171); }
td.TdClassName
{
border-color: #0AEDAB;
}
.TagClassName
{
border-color: #0AEDAB;
}
</style>