Html Css Color HEX #0FFAAF Medium Spring Green
📋 copy color: '#0FFAAF'red 15 ◦ green 250 ◦ blue 175
Shades of Medium Spring Green #0FFAAF
Tints of Medium Spring Green #0FFAAF
RGB
CMYK
RGB Variations
Color information
#0FFAAF (or 0x0FFAAF) is known color: Medium Spring Green. HEX triplet: 0F, FA and AF. RGB value is (15,250,175). Sum of RGB (Red+Green+Blue) = 15+250+175=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFAAF is #F00550. Grayscale: #ABABAB. Windows color (decimal): -15730001 or 11532815. OLE color: 11532815.
HSL color Cylindrical-coordinate representation of color #0FFAAF: hue angle of 160.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFAAF is Cyan = 0.94, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 175 | - |
| CMYK | 0.94 | 0 | 0.3 | 0.02 |
| HSL | 160.85º | 0.96% | 0.52% | - |
| HSV(B) | 160.85º | 0.94% | 0.98% | - |
| XYZ | 42.12 | 71.57 | 52.15 | - |
| YUV | 171.19 | 130.14 | 16.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 175 | 0.94 | 0 | 0.3 | 0.02 | 160.85 | 0.96 | 0.52 |
| Hex | F | FA | AF | 5E | 0 | 1E | 2 | A1 | 60 | 34 |
| Octal | 17 | 372 | 257 | 136 | 0 | 36 | 2 | 241 | 140 | 64 |
| Binary | 1111 | 11111010 | 10101111 | 1011110 | 0 | 11110 | 10 | 10100001 | 1100000 | 110100 |
Color Harmonies of #0FFAAF
Complementary color
Monochromatic Colors of #0FFAAF
Black with #0FFAAF
Text Example
Text Example
White with #0FFAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAAF; }
p { color: rgb(15,250,175); }
H1.HeaderClassName
{
color: #0FFAAF;
}
.AnyTagClassName
{
color: #0FFAAF;
}
</style>
background-color css
<style>
a { background-color: #0FFAAF; }
a { background-color: rgb(15,250,175); }
div.DivClassName
{
background-color: #0FFAAF;
}
.BgClassName
{
background-color: #0FFAAF;
}
</style>
border-color css
<style>
span { border-color: #0FFAAF; }
span { border-color: rgb(15,250,175); }
td.TdClassName
{
border-color: #0FFAAF;
}
.TagClassName
{
border-color: #0FFAAF;
}
</style>