Html Css Color HEX #0AFFAC Medium Spring Green
📋 copy color: '#0AFFAC'red 10 ◦ green 255 ◦ blue 172
Shades of Medium Spring Green #0AFFAC
Tints of Medium Spring Green #0AFFAC
RGB
CMYK
RGB Variations
Color information
#0AFFAC (or 0x0AFFAC) is known color: Medium Spring Green. HEX triplet: 0A, FF and AC. RGB value is (10,255,172). Sum of RGB (Red+Green+Blue) = 10+255+172=437 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFFAC is #F50053. Grayscale: #ACACAC. Windows color (decimal): -16056404 or 11337482. OLE color: 11337482.
HSL color Cylindrical-coordinate representation of color #0AFFAC: hue angle of 159.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFAC is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 172 | - |
| CMYK | 0.96 | 0 | 0.33 | 0 |
| HSL | 159.67º | 1% | 0.52% | - |
| HSV(B) | 159.67º | 0.96% | 1% | - |
| XYZ | 43.33 | 74.56 | 51.14 | - |
| YUV | 172.28 | 127.83 | 12.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 172 | 0.96 | 0 | 0.33 | 0 | 159.67 | 1 | 0.52 |
| Hex | A | FF | AC | 60 | 0 | 21 | 0 | A0 | 64 | 34 |
| Octal | 12 | 377 | 254 | 140 | 0 | 41 | 0 | 240 | 144 | 64 |
| Binary | 1010 | 11111111 | 10101100 | 1100000 | 0 | 100001 | 0 | 10100000 | 1100100 | 110100 |
Color Harmonies of #0AFFAC
Complementary color
Monochromatic Colors of #0AFFAC
Black with #0AFFAC
Text Example
Text Example
White with #0AFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFAC; }
p { color: rgb(10,255,172); }
H1.HeaderClassName
{
color: #0AFFAC;
}
.AnyTagClassName
{
color: #0AFFAC;
}
</style>
background-color css
<style>
a { background-color: #0AFFAC; }
a { background-color: rgb(10,255,172); }
div.DivClassName
{
background-color: #0AFFAC;
}
.BgClassName
{
background-color: #0AFFAC;
}
</style>
border-color css
<style>
span { border-color: #0AFFAC; }
span { border-color: rgb(10,255,172); }
td.TdClassName
{
border-color: #0AFFAC;
}
.TagClassName
{
border-color: #0AFFAC;
}
</style>