Html Css Color HEX #0FFAAA Medium Spring Green
📋 copy color: '#0FFAAA'red 15 ◦ green 250 ◦ blue 170
Shades of Medium Spring Green #0FFAAA
Tints of Medium Spring Green #0FFAAA
RGB
CMYK
RGB Variations
Color information
#0FFAAA (or 0x0FFAAA) is known color: Medium Spring Green. HEX triplet: 0F, FA and AA. RGB value is (15,250,170). Sum of RGB (Red+Green+Blue) = 15+250+170=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 250 (98.05% from 255 or 57.47% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFAAA is #F00555. Grayscale: #AAAAAA. Windows color (decimal): -15730006 or 11205135. OLE color: 11205135.
HSL color Cylindrical-coordinate representation of color #0FFAAA: hue angle of 159.57º 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 #0FFAAA is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 170 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.02 |
| HSL | 159.57º | 0.96% | 0.52% | - |
| HSV(B) | 159.57º | 0.94% | 0.98% | - |
| XYZ | 41.64 | 71.38 | 49.61 | - |
| YUV | 170.62 | 127.64 | 17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 170 | 0.94 | 0 | 0.32 | 0.02 | 159.57 | 0.96 | 0.52 |
| Hex | F | FA | AA | 5E | 0 | 20 | 2 | A0 | 60 | 34 |
| Octal | 17 | 372 | 252 | 136 | 0 | 40 | 2 | 240 | 140 | 64 |
| Binary | 1111 | 11111010 | 10101010 | 1011110 | 0 | 100000 | 10 | 10100000 | 1100000 | 110100 |
Color Harmonies of #0FFAAA
Complementary color
Monochromatic Colors of #0FFAAA
Black with #0FFAAA
Text Example
Text Example
White with #0FFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAAA; }
p { color: rgb(15,250,170); }
H1.HeaderClassName
{
color: #0FFAAA;
}
.AnyTagClassName
{
color: #0FFAAA;
}
</style>
background-color css
<style>
a { background-color: #0FFAAA; }
a { background-color: rgb(15,250,170); }
div.DivClassName
{
background-color: #0FFAAA;
}
.BgClassName
{
background-color: #0FFAAA;
}
</style>
border-color css
<style>
span { border-color: #0FFAAA; }
span { border-color: rgb(15,250,170); }
td.TdClassName
{
border-color: #0FFAAA;
}
.TagClassName
{
border-color: #0FFAAA;
}
</style>