Shades of Spring Green #0FF76D
Tints of Spring Green #0FF76D
RGB
CMYK
RGB Variations
Color information
#0FF76D (or 0x0FF76D) is known color: Spring Green. HEX triplet: 0F, F7 and 6D. RGB value is (15,247,109). Sum of RGB (Red+Green+Blue) = 15+247+109=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF76D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF76D is #F00892. Grayscale: #A2A2A2. Windows color (decimal): -15730835 or 7206671. OLE color: 7206671.
HSL color Cylindrical-coordinate representation of color #0FF76D: hue angle of 144.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF76D is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 109 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.03 |
| HSL | 144.31º | 0.94% | 0.51% | - |
| HSV(B) | 144.31º | 0.94% | 0.97% | - |
| XYZ | 36.22 | 67.73 | 25.63 | - |
| YUV | 161.9 | 98.14 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 109 | 0.94 | 0 | 0.56 | 0.03 | 144.31 | 0.94 | 0.51 |
| Hex | F | F7 | 6D | 5E | 0 | 38 | 3 | 90 | 5E | 33 |
| Octal | 17 | 367 | 155 | 136 | 0 | 70 | 3 | 220 | 136 | 63 |
| Binary | 1111 | 11110111 | 1101101 | 1011110 | 0 | 111000 | 11 | 10010000 | 1011110 | 110011 |
Color Harmonies of #0FF76D
Complementary color
Monochromatic Colors of #0FF76D
Black with #0FF76D
Text Example
Text Example
White with #0FF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF76D; }
p { color: rgb(15,247,109); }
H1.HeaderClassName
{
color: #0FF76D;
}
.AnyTagClassName
{
color: #0FF76D;
}
</style>
background-color css
<style>
a { background-color: #0FF76D; }
a { background-color: rgb(15,247,109); }
div.DivClassName
{
background-color: #0FF76D;
}
.BgClassName
{
background-color: #0FF76D;
}
</style>
border-color css
<style>
span { border-color: #0FF76D; }
span { border-color: rgb(15,247,109); }
td.TdClassName
{
border-color: #0FF76D;
}
.TagClassName
{
border-color: #0FF76D;
}
</style>