Html Css Color HEX #0FFBB4 Medium Spring Green
📋 copy color: '#0FFBB4'red 15 ◦ green 251 ◦ blue 180
Shades of Medium Spring Green #0FFBB4
Tints of Medium Spring Green #0FFBB4
RGB
CMYK
RGB Variations
Color information
#0FFBB4 (or 0x0FFBB4) is known color: Medium Spring Green. HEX triplet: 0F, FB and B4. RGB value is (15,251,180). Sum of RGB (Red+Green+Blue) = 15+251+180=446 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 446); Green value is 251 (98.44% from 255 or 56.28% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBB4 is #F0044B. Grayscale: #ACACAC. Windows color (decimal): -15729740 or 11860751. OLE color: 11860751.
HSL color Cylindrical-coordinate representation of color #0FFBB4: hue angle of 161.95º 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 #0FFBB4 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 180 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.02 |
| HSL | 161.95º | 0.97% | 0.52% | - |
| HSV(B) | 161.95º | 0.94% | 0.98% | - |
| XYZ | 42.93 | 72.39 | 54.89 | - |
| YUV | 172.34 | 132.31 | 15.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 180 | 0.94 | 0 | 0.28 | 0.02 | 161.95 | 0.97 | 0.52 |
| Hex | F | FB | B4 | 5E | 0 | 1C | 2 | A2 | 61 | 34 |
| Octal | 17 | 373 | 264 | 136 | 0 | 34 | 2 | 242 | 141 | 64 |
| Binary | 1111 | 11111011 | 10110100 | 1011110 | 0 | 11100 | 10 | 10100010 | 1100001 | 110100 |
Color Harmonies of #0FFBB4
Complementary color
Monochromatic Colors of #0FFBB4
Black with #0FFBB4
Text Example
Text Example
White with #0FFBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBB4; }
p { color: rgb(15,251,180); }
H1.HeaderClassName
{
color: #0FFBB4;
}
.AnyTagClassName
{
color: #0FFBB4;
}
</style>
background-color css
<style>
a { background-color: #0FFBB4; }
a { background-color: rgb(15,251,180); }
div.DivClassName
{
background-color: #0FFBB4;
}
.BgClassName
{
background-color: #0FFBB4;
}
</style>
border-color css
<style>
span { border-color: #0FFBB4; }
span { border-color: rgb(15,251,180); }
td.TdClassName
{
border-color: #0FFBB4;
}
.TagClassName
{
border-color: #0FFBB4;
}
</style>