Shades of Spring Green #0FF78A
Tints of Spring Green #0FF78A
RGB
CMYK
RGB Variations
Color information
#0FF78A (or 0x0FF78A) is known color: Spring Green. HEX triplet: 0F, F7 and 8A. RGB value is (15,247,138). Sum of RGB (Red+Green+Blue) = 15+247+138=400 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.75% from 400); Green value is 247 (96.88% from 255 or 61.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF78A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF78A is #F00875. Grayscale: #A5A5A5. Windows color (decimal): -15730806 or 9107215. OLE color: 9107215.
HSL color Cylindrical-coordinate representation of color #0FF78A: hue angle of 151.81º 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 #0FF78A is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 138 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.03 |
| HSL | 151.81º | 0.94% | 0.51% | - |
| HSV(B) | 151.81º | 0.94% | 0.97% | - |
| XYZ | 38.05 | 68.46 | 35.25 | - |
| YUV | 165.21 | 112.64 | 20.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 138 | 0.94 | 0 | 0.44 | 0.03 | 151.81 | 0.94 | 0.51 |
| Hex | F | F7 | 8A | 5E | 0 | 2C | 3 | 98 | 5E | 33 |
| Octal | 17 | 367 | 212 | 136 | 0 | 54 | 3 | 230 | 136 | 63 |
| Binary | 1111 | 11110111 | 10001010 | 1011110 | 0 | 101100 | 11 | 10011000 | 1011110 | 110011 |
Color Harmonies of #0FF78A
Complementary color
Monochromatic Colors of #0FF78A
Black with #0FF78A
Text Example
Text Example
White with #0FF78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF78A; }
p { color: rgb(15,247,138); }
H1.HeaderClassName
{
color: #0FF78A;
}
.AnyTagClassName
{
color: #0FF78A;
}
</style>
background-color css
<style>
a { background-color: #0FF78A; }
a { background-color: rgb(15,247,138); }
div.DivClassName
{
background-color: #0FF78A;
}
.BgClassName
{
background-color: #0FF78A;
}
</style>
border-color css
<style>
span { border-color: #0FF78A; }
span { border-color: rgb(15,247,138); }
td.TdClassName
{
border-color: #0FF78A;
}
.TagClassName
{
border-color: #0FF78A;
}
</style>