Html Css Color HEX #0FFAB1 Medium Spring Green
📋 copy color: '#0FFAB1'red 15 ◦ green 250 ◦ blue 177
Shades of Medium Spring Green #0FFAB1
Tints of Medium Spring Green #0FFAB1
RGB
CMYK
RGB Variations
Color information
#0FFAB1 (or 0x0FFAB1) is known color: Medium Spring Green. HEX triplet: 0F, FA and B1. RGB value is (15,250,177). Sum of RGB (Red+Green+Blue) = 15+250+177=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 250 (98.05% from 255 or 56.56% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAB1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFAB1 is #F0054E. Grayscale: #ABABAB. Windows color (decimal): -15729999 or 11663887. OLE color: 11663887.
HSL color Cylindrical-coordinate representation of color #0FFAB1: hue angle of 161.36º 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 #0FFAB1 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 177 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.02 |
| HSL | 161.36º | 0.96% | 0.52% | - |
| HSV(B) | 161.36º | 0.94% | 0.98% | - |
| XYZ | 42.32 | 71.65 | 53.19 | - |
| YUV | 171.41 | 131.14 | 16.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 177 | 0.94 | 0 | 0.29 | 0.02 | 161.36 | 0.96 | 0.52 |
| Hex | F | FA | B1 | 5E | 0 | 1D | 2 | A1 | 60 | 34 |
| Octal | 17 | 372 | 261 | 136 | 0 | 35 | 2 | 241 | 140 | 64 |
| Binary | 1111 | 11111010 | 10110001 | 1011110 | 0 | 11101 | 10 | 10100001 | 1100000 | 110100 |
Color Harmonies of #0FFAB1
Complementary color
Monochromatic Colors of #0FFAB1
Black with #0FFAB1
Text Example
Text Example
White with #0FFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAB1; }
p { color: rgb(15,250,177); }
H1.HeaderClassName
{
color: #0FFAB1;
}
.AnyTagClassName
{
color: #0FFAB1;
}
</style>
background-color css
<style>
a { background-color: #0FFAB1; }
a { background-color: rgb(15,250,177); }
div.DivClassName
{
background-color: #0FFAB1;
}
.BgClassName
{
background-color: #0FFAB1;
}
</style>
border-color css
<style>
span { border-color: #0FFAB1; }
span { border-color: rgb(15,250,177); }
td.TdClassName
{
border-color: #0FFAB1;
}
.TagClassName
{
border-color: #0FFAB1;
}
</style>