Html Css Color HEX #0FF2AB Medium Spring Green
📋 copy color: '#0FF2AB'red 15 ◦ green 242 ◦ blue 171
Shades of Medium Spring Green #0FF2AB
Tints of Medium Spring Green #0FF2AB
RGB
CMYK
RGB Variations
Color information
#0FF2AB (or 0x0FF2AB) is known color: Medium Spring Green. HEX triplet: 0F, F2 and AB. RGB value is (15,242,171). Sum of RGB (Red+Green+Blue) = 15+242+171=428 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF2AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF2AB is #F00D54. Grayscale: #A6A6A6. Windows color (decimal): -15732053 or 11268623. OLE color: 11268623.
HSL color Cylindrical-coordinate representation of color #0FF2AB: hue angle of 161.23º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF2AB is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 242 | 171 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.05 |
| HSL | 161.23º | 0.9% | 0.5% | - |
| HSV(B) | 161.23º | 0.94% | 0.95% | - |
| XYZ | 39.3 | 66.55 | 49.3 | - |
| YUV | 166.03 | 130.79 | 20.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 242 | 171 | 0.94 | 0 | 0.29 | 0.05 | 161.23 | 0.9 | 0.5 |
| Hex | F | F2 | AB | 5E | 0 | 1D | 5 | A1 | 5A | 32 |
| Octal | 17 | 362 | 253 | 136 | 0 | 35 | 5 | 241 | 132 | 62 |
| Binary | 1111 | 11110010 | 10101011 | 1011110 | 0 | 11101 | 101 | 10100001 | 1011010 | 110010 |
Color Harmonies of #0FF2AB
Complementary color
Monochromatic Colors of #0FF2AB
Black with #0FF2AB
Text Example
Text Example
White with #0FF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF2AB; }
p { color: rgb(15,242,171); }
H1.HeaderClassName
{
color: #0FF2AB;
}
.AnyTagClassName
{
color: #0FF2AB;
}
</style>
background-color css
<style>
a { background-color: #0FF2AB; }
a { background-color: rgb(15,242,171); }
div.DivClassName
{
background-color: #0FF2AB;
}
.BgClassName
{
background-color: #0FF2AB;
}
</style>
border-color css
<style>
span { border-color: #0FF2AB; }
span { border-color: rgb(15,242,171); }
td.TdClassName
{
border-color: #0FF2AB;
}
.TagClassName
{
border-color: #0FF2AB;
}
</style>