Html Css Color HEX #0AFC9E Medium Spring Green
📋 copy color: '#0AFC9E'red 10 ◦ green 252 ◦ blue 158
Shades of Medium Spring Green #0AFC9E
Tints of Medium Spring Green #0AFC9E
RGB
CMYK
RGB Variations
Color information
#0AFC9E (or 0x0AFC9E) is known color: Medium Spring Green. HEX triplet: 0A, FC and 9E. RGB value is (10,252,158). Sum of RGB (Red+Green+Blue) = 10+252+158=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 252 (98.83% from 255 or 60% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC9E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFC9E is #F50361. Grayscale: #A9A9A9. Windows color (decimal): -16057186 or 10419210. OLE color: 10419210.
HSL color Cylindrical-coordinate representation of color #0AFC9E: hue angle of 156.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFC9E is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 158 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.01 |
| HSL | 156.69º | 0.98% | 0.51% | - |
| HSV(B) | 156.69º | 0.96% | 0.99% | - |
| XYZ | 41.11 | 72.15 | 44.11 | - |
| YUV | 168.93 | 121.83 | 14.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 158 | 0.96 | 0 | 0.37 | 0.01 | 156.69 | 0.98 | 0.51 |
| Hex | A | FC | 9E | 60 | 0 | 25 | 1 | 9D | 62 | 33 |
| Octal | 12 | 374 | 236 | 140 | 0 | 45 | 1 | 235 | 142 | 63 |
| Binary | 1010 | 11111100 | 10011110 | 1100000 | 0 | 100101 | 1 | 10011101 | 1100010 | 110011 |
Color Harmonies of #0AFC9E
Complementary color
Monochromatic Colors of #0AFC9E
Black with #0AFC9E
Text Example
Text Example
White with #0AFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFC9E; }
p { color: rgb(10,252,158); }
H1.HeaderClassName
{
color: #0AFC9E;
}
.AnyTagClassName
{
color: #0AFC9E;
}
</style>
background-color css
<style>
a { background-color: #0AFC9E; }
a { background-color: rgb(10,252,158); }
div.DivClassName
{
background-color: #0AFC9E;
}
.BgClassName
{
background-color: #0AFC9E;
}
</style>
border-color css
<style>
span { border-color: #0AFC9E; }
span { border-color: rgb(10,252,158); }
td.TdClassName
{
border-color: #0AFC9E;
}
.TagClassName
{
border-color: #0AFC9E;
}
</style>