Shades of Spring Green #0FFC7F
Tints of Spring Green #0FFC7F
RGB
CMYK
RGB Variations
Color information
#0FFC7F (or 0x0FFC7F) is known color: Spring Green. HEX triplet: 0F, FC and 7F. RGB value is (15,252,127). Sum of RGB (Red+Green+Blue) = 15+252+127=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 252 (98.83% from 255 or 63.96% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFC7F is #F00380. Grayscale: #A7A7A7. Windows color (decimal): -15729537 or 8387599. OLE color: 8387599.
HSL color Cylindrical-coordinate representation of color #0FFC7F: hue angle of 148.35º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC7F is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 127 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.01 |
| HSL | 148.35º | 0.98% | 0.52% | - |
| HSV(B) | 148.35º | 0.94% | 0.99% | - |
| XYZ | 38.84 | 71.25 | 31.79 | - |
| YUV | 166.89 | 105.48 | 19.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 127 | 0.94 | 0 | 0.50 | 0.01 | 148.35 | 0.98 | 0.52 |
| Hex | F | FC | 7F | 5E | 0 | 32 | 1 | 94 | 62 | 34 |
| Octal | 17 | 374 | 177 | 136 | 0 | 62 | 1 | 224 | 142 | 64 |
| Binary | 1111 | 11111100 | 1111111 | 1011110 | 0 | 110010 | 1 | 10010100 | 1100010 | 110100 |
Color Harmonies of #0FFC7F
Complementary color
Monochromatic Colors of #0FFC7F
Black with #0FFC7F
Text Example
Text Example
White with #0FFC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFC7F; }
p { color: rgb(15,252,127); }
H1.HeaderClassName
{
color: #0FFC7F;
}
.AnyTagClassName
{
color: #0FFC7F;
}
</style>
background-color css
<style>
a { background-color: #0FFC7F; }
a { background-color: rgb(15,252,127); }
div.DivClassName
{
background-color: #0FFC7F;
}
.BgClassName
{
background-color: #0FFC7F;
}
</style>
border-color css
<style>
span { border-color: #0FFC7F; }
span { border-color: rgb(15,252,127); }
td.TdClassName
{
border-color: #0FFC7F;
}
.TagClassName
{
border-color: #0FFC7F;
}
</style>