Html Css Color HEX #0FFBAA Medium Spring Green
📋 copy color: '#0FFBAA'red 15 ◦ green 251 ◦ blue 170
Shades of Medium Spring Green #0FFBAA
Tints of Medium Spring Green #0FFBAA
RGB
CMYK
RGB Variations
Color information
#0FFBAA (or 0x0FFBAA) is known color: Medium Spring Green. HEX triplet: 0F, FB and AA. RGB value is (15,251,170). Sum of RGB (Red+Green+Blue) = 15+251+170=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 251 (98.44% from 255 or 57.57% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFBAA is #F00455. Grayscale: #ABABAB. Windows color (decimal): -15729750 or 11205391. OLE color: 11205391.
HSL color Cylindrical-coordinate representation of color #0FFBAA: hue angle of 159.41º degrees, saturation: 0.97, 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 #0FFBAA is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 170 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.02 |
| HSL | 159.41º | 0.97% | 0.52% | - |
| HSV(B) | 159.41º | 0.94% | 0.98% | - |
| XYZ | 41.95 | 72 | 49.72 | - |
| YUV | 171.2 | 127.31 | 16.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 170 | 0.94 | 0 | 0.32 | 0.02 | 159.41 | 0.97 | 0.52 |
| Hex | F | FB | AA | 5E | 0 | 20 | 2 | 9F | 61 | 34 |
| Octal | 17 | 373 | 252 | 136 | 0 | 40 | 2 | 237 | 141 | 64 |
| Binary | 1111 | 11111011 | 10101010 | 1011110 | 0 | 100000 | 10 | 10011111 | 1100001 | 110100 |
Color Harmonies of #0FFBAA
Complementary color
Monochromatic Colors of #0FFBAA
Black with #0FFBAA
Text Example
Text Example
White with #0FFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBAA; }
p { color: rgb(15,251,170); }
H1.HeaderClassName
{
color: #0FFBAA;
}
.AnyTagClassName
{
color: #0FFBAA;
}
</style>
background-color css
<style>
a { background-color: #0FFBAA; }
a { background-color: rgb(15,251,170); }
div.DivClassName
{
background-color: #0FFBAA;
}
.BgClassName
{
background-color: #0FFBAA;
}
</style>
border-color css
<style>
span { border-color: #0FFBAA; }
span { border-color: rgb(15,251,170); }
td.TdClassName
{
border-color: #0FFBAA;
}
.TagClassName
{
border-color: #0FFBAA;
}
</style>