Html Css Color HEX #0FFABE Medium Spring Green
📋 copy color: '#0FFABE'red 15 ◦ green 250 ◦ blue 190
Shades of Medium Spring Green #0FFABE
Tints of Medium Spring Green #0FFABE
RGB
CMYK
RGB Variations
Color information
#0FFABE (or 0x0FFABE) is known color: Medium Spring Green. HEX triplet: 0F, FA and BE. RGB value is (15,250,190). Sum of RGB (Red+Green+Blue) = 15+250+190=455 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFABE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFABE is #F00541. Grayscale: #ACACAC. Windows color (decimal): -15729986 or 12515855. OLE color: 12515855.
HSL color Cylindrical-coordinate representation of color #0FFABE: hue angle of 164.68º 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 #0FFABE is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 190 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.02 |
| HSL | 164.68º | 0.96% | 0.52% | - |
| HSV(B) | 164.68º | 0.94% | 0.98% | - |
| XYZ | 43.68 | 72.19 | 60.35 | - |
| YUV | 172.9 | 137.64 | 15.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 190 | 0.94 | 0 | 0.24 | 0.02 | 164.68 | 0.96 | 0.52 |
| Hex | F | FA | BE | 5E | 0 | 18 | 2 | A5 | 60 | 34 |
| Octal | 17 | 372 | 276 | 136 | 0 | 30 | 2 | 245 | 140 | 64 |
| Binary | 1111 | 11111010 | 10111110 | 1011110 | 0 | 11000 | 10 | 10100101 | 1100000 | 110100 |
Color Harmonies of #0FFABE
Complementary color
Monochromatic Colors of #0FFABE
Black with #0FFABE
Text Example
Text Example
White with #0FFABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFABE; }
p { color: rgb(15,250,190); }
H1.HeaderClassName
{
color: #0FFABE;
}
.AnyTagClassName
{
color: #0FFABE;
}
</style>
background-color css
<style>
a { background-color: #0FFABE; }
a { background-color: rgb(15,250,190); }
div.DivClassName
{
background-color: #0FFABE;
}
.BgClassName
{
background-color: #0FFABE;
}
</style>
border-color css
<style>
span { border-color: #0FFABE; }
span { border-color: rgb(15,250,190); }
td.TdClassName
{
border-color: #0FFABE;
}
.TagClassName
{
border-color: #0FFABE;
}
</style>