Html Css Color HEX #0FF7AA Medium Spring Green
📋 copy color: '#0FF7AA'red 15 ◦ green 247 ◦ blue 170
Shades of Medium Spring Green #0FF7AA
Tints of Medium Spring Green #0FF7AA
RGB
CMYK
RGB Variations
Color information
#0FF7AA (or 0x0FF7AA) is known color: Medium Spring Green. HEX triplet: 0F, F7 and AA. RGB value is (15,247,170). Sum of RGB (Red+Green+Blue) = 15+247+170=432 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.47% from 432); Green value is 247 (96.88% from 255 or 57.18% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF7AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF7AA is #F00855. Grayscale: #A8A8A8. Windows color (decimal): -15730774 or 11204367. OLE color: 11204367.
HSL color Cylindrical-coordinate representation of color #0FF7AA: hue angle of 160.09º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF7AA is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 170 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.03 |
| HSL | 160.09º | 0.94% | 0.51% | - |
| HSV(B) | 160.09º | 0.94% | 0.97% | - |
| XYZ | 40.71 | 69.53 | 49.3 | - |
| YUV | 168.85 | 128.64 | 18.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 170 | 0.94 | 0 | 0.31 | 0.03 | 160.09 | 0.94 | 0.51 |
| Hex | F | F7 | AA | 5E | 0 | 1F | 3 | A0 | 5E | 33 |
| Octal | 17 | 367 | 252 | 136 | 0 | 37 | 3 | 240 | 136 | 63 |
| Binary | 1111 | 11110111 | 10101010 | 1011110 | 0 | 11111 | 11 | 10100000 | 1011110 | 110011 |
Color Harmonies of #0FF7AA
Complementary color
Monochromatic Colors of #0FF7AA
Black with #0FF7AA
Text Example
Text Example
White with #0FF7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF7AA; }
p { color: rgb(15,247,170); }
H1.HeaderClassName
{
color: #0FF7AA;
}
.AnyTagClassName
{
color: #0FF7AA;
}
</style>
background-color css
<style>
a { background-color: #0FF7AA; }
a { background-color: rgb(15,247,170); }
div.DivClassName
{
background-color: #0FF7AA;
}
.BgClassName
{
background-color: #0FF7AA;
}
</style>
border-color css
<style>
span { border-color: #0FF7AA; }
span { border-color: rgb(15,247,170); }
td.TdClassName
{
border-color: #0FF7AA;
}
.TagClassName
{
border-color: #0FF7AA;
}
</style>