Html Css Color HEX #0AFEAD Medium Spring Green
📋 copy color: '#0AFEAD'red 10 ◦ green 254 ◦ blue 173
Shades of Medium Spring Green #0AFEAD
Tints of Medium Spring Green #0AFEAD
RGB
CMYK
RGB Variations
Color information
#0AFEAD (or 0x0AFEAD) is known color: Medium Spring Green. HEX triplet: 0A, FE and AD. RGB value is (10,254,173). Sum of RGB (Red+Green+Blue) = 10+254+173=437 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFEAD is #F50152. Grayscale: #ABABAB. Windows color (decimal): -16056659 or 11402762. OLE color: 11402762.
HSL color Cylindrical-coordinate representation of color #0AFEAD: hue angle of 160.08º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFEAD is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 173 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.00 |
| HSL | 160.08º | 0.99% | 0.52% | - |
| HSV(B) | 160.08º | 0.96% | 1% | - |
| XYZ | 43.11 | 73.97 | 51.54 | - |
| YUV | 171.81 | 128.66 | 12.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 173 | 0.96 | 0 | 0.32 | 0.00 | 160.08 | 0.99 | 0.52 |
| Hex | A | FE | AD | 60 | 0 | 20 | 0 | A0 | 63 | 34 |
| Octal | 12 | 376 | 255 | 140 | 0 | 40 | 0 | 240 | 143 | 64 |
| Binary | 1010 | 11111110 | 10101101 | 1100000 | 0 | 100000 | 0 | 10100000 | 1100011 | 110100 |
Color Harmonies of #0AFEAD
Complementary color
Monochromatic Colors of #0AFEAD
Black with #0AFEAD
Text Example
Text Example
White with #0AFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEAD; }
p { color: rgb(10,254,173); }
H1.HeaderClassName
{
color: #0AFEAD;
}
.AnyTagClassName
{
color: #0AFEAD;
}
</style>
background-color css
<style>
a { background-color: #0AFEAD; }
a { background-color: rgb(10,254,173); }
div.DivClassName
{
background-color: #0AFEAD;
}
.BgClassName
{
background-color: #0AFEAD;
}
</style>
border-color css
<style>
span { border-color: #0AFEAD; }
span { border-color: rgb(10,254,173); }
td.TdClassName
{
border-color: #0AFEAD;
}
.TagClassName
{
border-color: #0AFEAD;
}
</style>