Html Css Color HEX #0AFFAF Medium Spring Green
📋 copy color: '#0AFFAF'red 10 ◦ green 255 ◦ blue 175
Shades of Medium Spring Green #0AFFAF
Tints of Medium Spring Green #0AFFAF
RGB
CMYK
RGB Variations
Color information
#0AFFAF (or 0x0AFFAF) is known color: Medium Spring Green. HEX triplet: 0A, FF and AF. RGB value is (10,255,175). Sum of RGB (Red+Green+Blue) = 10+255+175=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFFAF is #F50050. Grayscale: #ACACAC. Windows color (decimal): -16056401 or 11534090. OLE color: 11534090.
HSL color Cylindrical-coordinate representation of color #0AFFAF: hue angle of 160.41º 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 #0AFFAF is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 175 | - |
| CMYK | 0.96 | 0 | 0.31 | 0 |
| HSL | 160.41º | 1% | 0.52% | - |
| HSV(B) | 160.41º | 0.96% | 1% | - |
| XYZ | 43.62 | 74.68 | 52.67 | - |
| YUV | 172.63 | 129.33 | 12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 175 | 0.96 | 0 | 0.31 | 0 | 160.41 | 1 | 0.52 |
| Hex | A | FF | AF | 60 | 0 | 1F | 0 | A0 | 64 | 34 |
| Octal | 12 | 377 | 257 | 140 | 0 | 37 | 0 | 240 | 144 | 64 |
| Binary | 1010 | 11111111 | 10101111 | 1100000 | 0 | 11111 | 0 | 10100000 | 1100100 | 110100 |
Color Harmonies of #0AFFAF
Complementary color
Monochromatic Colors of #0AFFAF
Black with #0AFFAF
Text Example
Text Example
White with #0AFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFAF; }
p { color: rgb(10,255,175); }
H1.HeaderClassName
{
color: #0AFFAF;
}
.AnyTagClassName
{
color: #0AFFAF;
}
</style>
background-color css
<style>
a { background-color: #0AFFAF; }
a { background-color: rgb(10,255,175); }
div.DivClassName
{
background-color: #0AFFAF;
}
.BgClassName
{
background-color: #0AFFAF;
}
</style>
border-color css
<style>
span { border-color: #0AFFAF; }
span { border-color: rgb(10,255,175); }
td.TdClassName
{
border-color: #0AFFAF;
}
.TagClassName
{
border-color: #0AFFAF;
}
</style>