Html Css Color HEX #0FFAAC Medium Spring Green
📋 copy color: '#0FFAAC'red 15 ◦ green 250 ◦ blue 172
Shades of Medium Spring Green #0FFAAC
Tints of Medium Spring Green #0FFAAC
RGB
CMYK
RGB Variations
Color information
#0FFAAC (or 0x0FFAAC) is known color: Medium Spring Green. HEX triplet: 0F, FA and AC. RGB value is (15,250,172). Sum of RGB (Red+Green+Blue) = 15+250+172=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFAAC is #F00553. Grayscale: #AAAAAA. Windows color (decimal): -15730004 or 11336207. OLE color: 11336207.
HSL color Cylindrical-coordinate representation of color #0FFAAC: hue angle of 160.09º 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 #0FFAAC is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 172 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.02 |
| HSL | 160.09º | 0.96% | 0.52% | - |
| HSV(B) | 160.09º | 0.94% | 0.98% | - |
| XYZ | 41.83 | 71.45 | 50.62 | - |
| YUV | 170.84 | 128.64 | 16.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 172 | 0.94 | 0 | 0.31 | 0.02 | 160.09 | 0.96 | 0.52 |
| Hex | F | FA | AC | 5E | 0 | 1F | 2 | A0 | 60 | 34 |
| Octal | 17 | 372 | 254 | 136 | 0 | 37 | 2 | 240 | 140 | 64 |
| Binary | 1111 | 11111010 | 10101100 | 1011110 | 0 | 11111 | 10 | 10100000 | 1100000 | 110100 |
Color Harmonies of #0FFAAC
Complementary color
Monochromatic Colors of #0FFAAC
Black with #0FFAAC
Text Example
Text Example
White with #0FFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAAC; }
p { color: rgb(15,250,172); }
H1.HeaderClassName
{
color: #0FFAAC;
}
.AnyTagClassName
{
color: #0FFAAC;
}
</style>
background-color css
<style>
a { background-color: #0FFAAC; }
a { background-color: rgb(15,250,172); }
div.DivClassName
{
background-color: #0FFAAC;
}
.BgClassName
{
background-color: #0FFAAC;
}
</style>
border-color css
<style>
span { border-color: #0FFAAC; }
span { border-color: rgb(15,250,172); }
td.TdClassName
{
border-color: #0FFAAC;
}
.TagClassName
{
border-color: #0FFAAC;
}
</style>