Html Css Color HEX #0AFCAC Medium Spring Green
📋 copy color: '#0AFCAC'red 10 ◦ green 252 ◦ blue 172
Shades of Medium Spring Green #0AFCAC
Tints of Medium Spring Green #0AFCAC
RGB
CMYK
RGB Variations
Color information
#0AFCAC (or 0x0AFCAC) is known color: Medium Spring Green. HEX triplet: 0A, FC and AC. RGB value is (10,252,172). Sum of RGB (Red+Green+Blue) = 10+252+172=434 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 434); Green value is 252 (98.83% from 255 or 58.06% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFCAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFCAC is #F50353. Grayscale: #AAAAAA. Windows color (decimal): -16057172 or 11336714. OLE color: 11336714.
HSL color Cylindrical-coordinate representation of color #0AFCAC: hue angle of 160.17º 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 #0AFCAC is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 172 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.01 |
| HSL | 160.17º | 0.98% | 0.51% | - |
| HSV(B) | 160.17º | 0.96% | 0.99% | - |
| XYZ | 42.38 | 72.66 | 50.82 | - |
| YUV | 170.52 | 128.83 | 13.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 172 | 0.96 | 0 | 0.32 | 0.01 | 160.17 | 0.98 | 0.51 |
| Hex | A | FC | AC | 60 | 0 | 20 | 1 | A0 | 62 | 33 |
| Octal | 12 | 374 | 254 | 140 | 0 | 40 | 1 | 240 | 142 | 63 |
| Binary | 1010 | 11111100 | 10101100 | 1100000 | 0 | 100000 | 1 | 10100000 | 1100010 | 110011 |
Color Harmonies of #0AFCAC
Complementary color
Monochromatic Colors of #0AFCAC
Black with #0AFCAC
Text Example
Text Example
White with #0AFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFCAC; }
p { color: rgb(10,252,172); }
H1.HeaderClassName
{
color: #0AFCAC;
}
.AnyTagClassName
{
color: #0AFCAC;
}
</style>
background-color css
<style>
a { background-color: #0AFCAC; }
a { background-color: rgb(10,252,172); }
div.DivClassName
{
background-color: #0AFCAC;
}
.BgClassName
{
background-color: #0AFCAC;
}
</style>
border-color css
<style>
span { border-color: #0AFCAC; }
span { border-color: rgb(10,252,172); }
td.TdClassName
{
border-color: #0AFCAC;
}
.TagClassName
{
border-color: #0AFCAC;
}
</style>