Shades of Spring Green #00F960
Tints of Spring Green #00F960
RGB
CMYK
RGB Variations
Color information
#00F960 (or 0x00F960) is known color: Spring Green. HEX triplet: 00, F9 and 60. RGB value is (0,249,96). Sum of RGB (Red+Green+Blue) = 0+249+96=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #00F960 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F960 is #FF069F. Grayscale: #9D9D9D. Windows color (decimal): -16713376 or 6355200. OLE color: 6355200.
HSL color Cylindrical-coordinate representation of color #00F960: hue angle of 143.13º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F960 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 96 | - |
| CMYK | 1 | 0 | 0.61 | 0.02 |
| HSL | 143.13º | 1% | 0.49% | - |
| HSV(B) | 143.13º | 1% | 0.98% | - |
| XYZ | 35.99 | 68.6 | 22.41 | - |
| YUV | 157.11 | 93.51 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 96 | 1 | 0 | 0.61 | 0.02 | 143.13 | 1 | 0.49 |
| Hex | 0 | F9 | 60 | 64 | 0 | 3D | 2 | 8F | 64 | 31 |
| Octal | 0 | 371 | 140 | 144 | 0 | 75 | 2 | 217 | 144 | 61 |
| Binary | 0 | 11111001 | 1100000 | 1100100 | 0 | 111101 | 10 | 10001111 | 1100100 | 110001 |
Color Harmonies of #00F960
Complementary color
Monochromatic Colors of #00F960
Black with #00F960
Text Example
Text Example
White with #00F960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F960; }
p { color: rgb(0,249,96); }
H1.HeaderClassName
{
color: #00F960;
}
.AnyTagClassName
{
color: #00F960;
}
</style>
background-color css
<style>
a { background-color: #00F960; }
a { background-color: rgb(0,249,96); }
div.DivClassName
{
background-color: #00F960;
}
.BgClassName
{
background-color: #00F960;
}
</style>
border-color css
<style>
span { border-color: #00F960; }
span { border-color: rgb(0,249,96); }
td.TdClassName
{
border-color: #00F960;
}
.TagClassName
{
border-color: #00F960;
}
</style>