Shades of Spring Green #0FFB7E
Tints of Spring Green #0FFB7E
RGB
CMYK
RGB Variations
Color information
#0FFB7E (or 0x0FFB7E) is known color: Spring Green. HEX triplet: 0F, FB and 7E. RGB value is (15,251,126). Sum of RGB (Red+Green+Blue) = 15+251+126=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 251 (98.44% from 255 or 64.03% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFB7E is #F00481. Grayscale: #A6A6A6. Windows color (decimal): -15729794 or 8321807. OLE color: 8321807.
HSL color Cylindrical-coordinate representation of color #0FFB7E: hue angle of 148.22º 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 #0FFB7E is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 126 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.02 |
| HSL | 148.22º | 0.97% | 0.52% | - |
| HSV(B) | 148.22º | 0.94% | 0.98% | - |
| XYZ | 38.46 | 70.6 | 31.34 | - |
| YUV | 166.19 | 105.31 | 20.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 126 | 0.94 | 0 | 0.50 | 0.02 | 148.22 | 0.97 | 0.52 |
| Hex | F | FB | 7E | 5E | 0 | 32 | 2 | 94 | 61 | 34 |
| Octal | 17 | 373 | 176 | 136 | 0 | 62 | 2 | 224 | 141 | 64 |
| Binary | 1111 | 11111011 | 1111110 | 1011110 | 0 | 110010 | 10 | 10010100 | 1100001 | 110100 |
Color Harmonies of #0FFB7E
Complementary color
Monochromatic Colors of #0FFB7E
Black with #0FFB7E
Text Example
Text Example
White with #0FFB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB7E; }
p { color: rgb(15,251,126); }
H1.HeaderClassName
{
color: #0FFB7E;
}
.AnyTagClassName
{
color: #0FFB7E;
}
</style>
background-color css
<style>
a { background-color: #0FFB7E; }
a { background-color: rgb(15,251,126); }
div.DivClassName
{
background-color: #0FFB7E;
}
.BgClassName
{
background-color: #0FFB7E;
}
</style>
border-color css
<style>
span { border-color: #0FFB7E; }
span { border-color: rgb(15,251,126); }
td.TdClassName
{
border-color: #0FFB7E;
}
.TagClassName
{
border-color: #0FFB7E;
}
</style>