Html Css Color HEX #0AF0A6 Medium Spring Green
📋 copy color: '#0AF0A6'red 10 ◦ green 240 ◦ blue 166
Shades of Medium Spring Green #0AF0A6
Tints of Medium Spring Green #0AF0A6
RGB
CMYK
RGB Variations
Color information
#0AF0A6 (or 0x0AF0A6) is known color: Medium Spring Green. HEX triplet: 0A, F0 and A6. RGB value is (10,240,166). Sum of RGB (Red+Green+Blue) = 10+240+166=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF0A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF0A6 is #F50F59. Grayscale: #A2A2A2. Windows color (decimal): -16060250 or 10940426. OLE color: 10940426.
HSL color Cylindrical-coordinate representation of color #0AF0A6: hue angle of 160.7º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF0A6 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 166 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.06 |
| HSL | 160.7º | 0.92% | 0.49% | - |
| HSV(B) | 160.7º | 0.96% | 0.94% | - |
| XYZ | 38.17 | 65.14 | 46.64 | - |
| YUV | 162.79 | 129.8 | 19.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 166 | 0.96 | 0 | 0.31 | 0.06 | 160.7 | 0.92 | 0.49 |
| Hex | A | F0 | A6 | 60 | 0 | 1F | 6 | A1 | 5C | 31 |
| Octal | 12 | 360 | 246 | 140 | 0 | 37 | 6 | 241 | 134 | 61 |
| Binary | 1010 | 11110000 | 10100110 | 1100000 | 0 | 11111 | 110 | 10100001 | 1011100 | 110001 |
Color Harmonies of #0AF0A6
Complementary color
Monochromatic Colors of #0AF0A6
Black with #0AF0A6
Text Example
Text Example
White with #0AF0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF0A6; }
p { color: rgb(10,240,166); }
H1.HeaderClassName
{
color: #0AF0A6;
}
.AnyTagClassName
{
color: #0AF0A6;
}
</style>
background-color css
<style>
a { background-color: #0AF0A6; }
a { background-color: rgb(10,240,166); }
div.DivClassName
{
background-color: #0AF0A6;
}
.BgClassName
{
background-color: #0AF0A6;
}
</style>
border-color css
<style>
span { border-color: #0AF0A6; }
span { border-color: rgb(10,240,166); }
td.TdClassName
{
border-color: #0AF0A6;
}
.TagClassName
{
border-color: #0AF0A6;
}
</style>