Html Css Color HEX #0AF2A7 Medium Spring Green
📋 copy color: '#0AF2A7'red 10 ◦ green 242 ◦ blue 167
Shades of Medium Spring Green #0AF2A7
Tints of Medium Spring Green #0AF2A7
RGB
CMYK
RGB Variations
Color information
#0AF2A7 (or 0x0AF2A7) is known color: Medium Spring Green. HEX triplet: 0A, F2 and A7. RGB value is (10,242,167). Sum of RGB (Red+Green+Blue) = 10+242+167=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF2A7 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF2A7 is #F50D58. Grayscale: #A4A4A4. Windows color (decimal): -16059737 or 11006474. OLE color: 11006474.
HSL color Cylindrical-coordinate representation of color #0AF2A7: hue angle of 160.6º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF2A7 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 167 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.05 |
| HSL | 160.6º | 0.92% | 0.49% | - |
| HSV(B) | 160.6º | 0.96% | 0.95% | - |
| XYZ | 38.85 | 66.36 | 47.32 | - |
| YUV | 164.08 | 129.64 | 18.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 167 | 0.96 | 0 | 0.31 | 0.05 | 160.6 | 0.92 | 0.49 |
| Hex | A | F2 | A7 | 60 | 0 | 1F | 5 | A1 | 5C | 31 |
| Octal | 12 | 362 | 247 | 140 | 0 | 37 | 5 | 241 | 134 | 61 |
| Binary | 1010 | 11110010 | 10100111 | 1100000 | 0 | 11111 | 101 | 10100001 | 1011100 | 110001 |
Color Harmonies of #0AF2A7
Complementary color
Monochromatic Colors of #0AF2A7
Black with #0AF2A7
Text Example
Text Example
White with #0AF2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF2A7; }
p { color: rgb(10,242,167); }
H1.HeaderClassName
{
color: #0AF2A7;
}
.AnyTagClassName
{
color: #0AF2A7;
}
</style>
background-color css
<style>
a { background-color: #0AF2A7; }
a { background-color: rgb(10,242,167); }
div.DivClassName
{
background-color: #0AF2A7;
}
.BgClassName
{
background-color: #0AF2A7;
}
</style>
border-color css
<style>
span { border-color: #0AF2A7; }
span { border-color: rgb(10,242,167); }
td.TdClassName
{
border-color: #0AF2A7;
}
.TagClassName
{
border-color: #0AF2A7;
}
</style>