Shades of Spring Green #0FF76A
Tints of Spring Green #0FF76A
RGB
CMYK
RGB Variations
Color information
#0FF76A (or 0x0FF76A) is known color: Spring Green. HEX triplet: 0F, F7 and 6A. RGB value is (15,247,106). Sum of RGB (Red+Green+Blue) = 15+247+106=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 247 (96.88% from 255 or 67.12% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF76A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF76A is #F00895. Grayscale: #A1A1A1. Windows color (decimal): -15730838 or 7010063. OLE color: 7010063.
HSL color Cylindrical-coordinate representation of color #0FF76A: hue angle of 143.53º 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 #0FF76A is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 106 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.03 |
| HSL | 143.53º | 0.94% | 0.51% | - |
| HSV(B) | 143.53º | 0.94% | 0.97% | - |
| XYZ | 36.06 | 67.66 | 24.8 | - |
| YUV | 161.56 | 96.64 | 23.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 106 | 0.94 | 0 | 0.57 | 0.03 | 143.53 | 0.94 | 0.51 |
| Hex | F | F7 | 6A | 5E | 0 | 39 | 3 | 90 | 5E | 33 |
| Octal | 17 | 367 | 152 | 136 | 0 | 71 | 3 | 220 | 136 | 63 |
| Binary | 1111 | 11110111 | 1101010 | 1011110 | 0 | 111001 | 11 | 10010000 | 1011110 | 110011 |
Color Harmonies of #0FF76A
Complementary color
Monochromatic Colors of #0FF76A
Black with #0FF76A
Text Example
Text Example
White with #0FF76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF76A; }
p { color: rgb(15,247,106); }
H1.HeaderClassName
{
color: #0FF76A;
}
.AnyTagClassName
{
color: #0FF76A;
}
</style>
background-color css
<style>
a { background-color: #0FF76A; }
a { background-color: rgb(15,247,106); }
div.DivClassName
{
background-color: #0FF76A;
}
.BgClassName
{
background-color: #0FF76A;
}
</style>
border-color css
<style>
span { border-color: #0FF76A; }
span { border-color: rgb(15,247,106); }
td.TdClassName
{
border-color: #0FF76A;
}
.TagClassName
{
border-color: #0FF76A;
}
</style>