Shades of Spring Green #0FFA7A
Tints of Spring Green #0FFA7A
RGB
CMYK
RGB Variations
Color information
#0FFA7A (or 0x0FFA7A) is known color: Spring Green. HEX triplet: 0F, FA and 7A. RGB value is (15,250,122). Sum of RGB (Red+Green+Blue) = 15+250+122=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFA7A is #F00585. Grayscale: #A5A5A5. Windows color (decimal): -15730054 or 8059407. OLE color: 8059407.
HSL color Cylindrical-coordinate representation of color #0FFA7A: hue angle of 147.32º 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 #0FFA7A is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 122 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.02 |
| HSL | 147.32º | 0.96% | 0.52% | - |
| HSV(B) | 147.32º | 0.94% | 0.98% | - |
| XYZ | 37.9 | 69.88 | 29.9 | - |
| YUV | 165.14 | 103.64 | 20.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 122 | 0.94 | 0 | 0.51 | 0.02 | 147.32 | 0.96 | 0.52 |
| Hex | F | FA | 7A | 5E | 0 | 33 | 2 | 93 | 60 | 34 |
| Octal | 17 | 372 | 172 | 136 | 0 | 63 | 2 | 223 | 140 | 64 |
| Binary | 1111 | 11111010 | 1111010 | 1011110 | 0 | 110011 | 10 | 10010011 | 1100000 | 110100 |
Color Harmonies of #0FFA7A
Complementary color
Monochromatic Colors of #0FFA7A
Black with #0FFA7A
Text Example
Text Example
White with #0FFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA7A; }
p { color: rgb(15,250,122); }
H1.HeaderClassName
{
color: #0FFA7A;
}
.AnyTagClassName
{
color: #0FFA7A;
}
</style>
background-color css
<style>
a { background-color: #0FFA7A; }
a { background-color: rgb(15,250,122); }
div.DivClassName
{
background-color: #0FFA7A;
}
.BgClassName
{
background-color: #0FFA7A;
}
</style>
border-color css
<style>
span { border-color: #0FFA7A; }
span { border-color: rgb(15,250,122); }
td.TdClassName
{
border-color: #0FFA7A;
}
.TagClassName
{
border-color: #0FFA7A;
}
</style>