Html Css Color HEX #0AFEA4 Medium Spring Green
📋 copy color: '#0AFEA4'red 10 ◦ green 254 ◦ blue 164
Shades of Medium Spring Green #0AFEA4
Tints of Medium Spring Green #0AFEA4
RGB
CMYK
RGB Variations
Color information
#0AFEA4 (or 0x0AFEA4) is known color: Medium Spring Green. HEX triplet: 0A, FE and A4. RGB value is (10,254,164). Sum of RGB (Red+Green+Blue) = 10+254+164=428 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 428); Green value is 254 (99.61% from 255 or 59.35% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEA4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFEA4 is #F5015B. Grayscale: #AAAAAA. Windows color (decimal): -16056668 or 10812938. OLE color: 10812938.
HSL color Cylindrical-coordinate representation of color #0AFEA4: hue angle of 157.87º 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 #0AFEA4 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 164 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.00 |
| HSL | 157.87º | 0.99% | 0.52% | - |
| HSV(B) | 157.87º | 0.96% | 1% | - |
| XYZ | 42.27 | 73.63 | 47.11 | - |
| YUV | 170.78 | 124.16 | 13.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 164 | 0.96 | 0 | 0.35 | 0.00 | 157.87 | 0.99 | 0.52 |
| Hex | A | FE | A4 | 60 | 0 | 23 | 0 | 9E | 63 | 34 |
| Octal | 12 | 376 | 244 | 140 | 0 | 43 | 0 | 236 | 143 | 64 |
| Binary | 1010 | 11111110 | 10100100 | 1100000 | 0 | 100011 | 0 | 10011110 | 1100011 | 110100 |
Color Harmonies of #0AFEA4
Complementary color
Monochromatic Colors of #0AFEA4
Black with #0AFEA4
Text Example
Text Example
White with #0AFEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEA4; }
p { color: rgb(10,254,164); }
H1.HeaderClassName
{
color: #0AFEA4;
}
.AnyTagClassName
{
color: #0AFEA4;
}
</style>
background-color css
<style>
a { background-color: #0AFEA4; }
a { background-color: rgb(10,254,164); }
div.DivClassName
{
background-color: #0AFEA4;
}
.BgClassName
{
background-color: #0AFEA4;
}
</style>
border-color css
<style>
span { border-color: #0AFEA4; }
span { border-color: rgb(10,254,164); }
td.TdClassName
{
border-color: #0AFEA4;
}
.TagClassName
{
border-color: #0AFEA4;
}
</style>