Html Css Color HEX #0AF097 Medium Spring Green
📋 copy color: '#0AF097'red 10 ◦ green 240 ◦ blue 151
Shades of Medium Spring Green #0AF097
Tints of Medium Spring Green #0AF097
RGB
CMYK
RGB Variations
Color information
#0AF097 (or 0x0AF097) is known color: Medium Spring Green. HEX triplet: 0A, F0 and 97. RGB value is (10,240,151). Sum of RGB (Red+Green+Blue) = 10+240+151=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF097 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF097 is #F50F68. Grayscale: #A1A1A1. Windows color (decimal): -16060265 or 9957386. OLE color: 9957386.
HSL color Cylindrical-coordinate representation of color #0AF097: hue angle of 156.78º 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 #0AF097 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 151 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.06 |
| HSL | 156.78º | 0.92% | 0.49% | - |
| HSV(B) | 156.78º | 0.96% | 0.94% | - |
| XYZ | 36.87 | 64.62 | 39.81 | - |
| YUV | 161.08 | 122.3 | 20.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 151 | 0.96 | 0 | 0.37 | 0.06 | 156.78 | 0.92 | 0.49 |
| Hex | A | F0 | 97 | 60 | 0 | 25 | 6 | 9D | 5C | 31 |
| Octal | 12 | 360 | 227 | 140 | 0 | 45 | 6 | 235 | 134 | 61 |
| Binary | 1010 | 11110000 | 10010111 | 1100000 | 0 | 100101 | 110 | 10011101 | 1011100 | 110001 |
Color Harmonies of #0AF097
Complementary color
Monochromatic Colors of #0AF097
Black with #0AF097
Text Example
Text Example
White with #0AF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF097; }
p { color: rgb(10,240,151); }
H1.HeaderClassName
{
color: #0AF097;
}
.AnyTagClassName
{
color: #0AF097;
}
</style>
background-color css
<style>
a { background-color: #0AF097; }
a { background-color: rgb(10,240,151); }
div.DivClassName
{
background-color: #0AF097;
}
.BgClassName
{
background-color: #0AF097;
}
</style>
border-color css
<style>
span { border-color: #0AF097; }
span { border-color: rgb(10,240,151); }
td.TdClassName
{
border-color: #0AF097;
}
.TagClassName
{
border-color: #0AF097;
}
</style>