Html Css Color HEX #0FFDAA Medium Spring Green
📋 copy color: '#0FFDAA'red 15 ◦ green 253 ◦ blue 170
Shades of Medium Spring Green #0FFDAA
Tints of Medium Spring Green #0FFDAA
RGB
CMYK
RGB Variations
Color information
#0FFDAA (or 0x0FFDAA) is known color: Medium Spring Green. HEX triplet: 0F, FD and AA. RGB value is (15,253,170). Sum of RGB (Red+Green+Blue) = 15+253+170=438 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFDAA is #F00255. Grayscale: #ACACAC. Windows color (decimal): -15729238 or 11205903. OLE color: 11205903.
HSL color Cylindrical-coordinate representation of color #0FFDAA: hue angle of 159.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDAA is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 170 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.01 |
| HSL | 159.08º | 0.98% | 0.53% | - |
| HSV(B) | 159.08º | 0.94% | 0.99% | - |
| XYZ | 42.58 | 73.25 | 49.93 | - |
| YUV | 172.38 | 126.65 | 15.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 170 | 0.94 | 0 | 0.33 | 0.01 | 159.08 | 0.98 | 0.53 |
| Hex | F | FD | AA | 5E | 0 | 21 | 1 | 9F | 62 | 35 |
| Octal | 17 | 375 | 252 | 136 | 0 | 41 | 1 | 237 | 142 | 65 |
| Binary | 1111 | 11111101 | 10101010 | 1011110 | 0 | 100001 | 1 | 10011111 | 1100010 | 110101 |
Color Harmonies of #0FFDAA
Complementary color
Monochromatic Colors of #0FFDAA
Black with #0FFDAA
Text Example
Text Example
White with #0FFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDAA; }
p { color: rgb(15,253,170); }
H1.HeaderClassName
{
color: #0FFDAA;
}
.AnyTagClassName
{
color: #0FFDAA;
}
</style>
background-color css
<style>
a { background-color: #0FFDAA; }
a { background-color: rgb(15,253,170); }
div.DivClassName
{
background-color: #0FFDAA;
}
.BgClassName
{
background-color: #0FFDAA;
}
</style>
border-color css
<style>
span { border-color: #0FFDAA; }
span { border-color: rgb(15,253,170); }
td.TdClassName
{
border-color: #0FFDAA;
}
.TagClassName
{
border-color: #0FFDAA;
}
</style>