Shades of Spring Green #00F95E
Tints of Spring Green #00F95E
RGB
CMYK
RGB Variations
Color information
#00F95E (or 0x00F95E) is known color: Spring Green. HEX triplet: 00, F9 and 5E. RGB value is (0,249,94). Sum of RGB (Red+Green+Blue) = 0+249+94=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 249 (97.66% from 255 or 72.59% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 249 - color contains mainly: green. Hex color #00F95E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F95E is #FF06A1. Grayscale: #9D9D9D. Windows color (decimal): -16713378 or 6224128. OLE color: 6224128.
HSL color Cylindrical-coordinate representation of color #00F95E: hue angle of 142.65º 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 #00F95E is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 94 | - |
| CMYK | 1 | 0 | 0.62 | 0.02 |
| HSL | 142.65º | 1% | 0.49% | - |
| HSV(B) | 142.65º | 1% | 0.98% | - |
| XYZ | 35.9 | 68.56 | 21.93 | - |
| YUV | 156.88 | 92.51 | 16.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 94 | 1 | 0 | 0.62 | 0.02 | 142.65 | 1 | 0.49 |
| Hex | 0 | F9 | 5E | 64 | 0 | 3E | 2 | 8F | 64 | 31 |
| Octal | 0 | 371 | 136 | 144 | 0 | 76 | 2 | 217 | 144 | 61 |
| Binary | 0 | 11111001 | 1011110 | 1100100 | 0 | 111110 | 10 | 10001111 | 1100100 | 110001 |
Color Harmonies of #00F95E
Complementary color
Monochromatic Colors of #00F95E
Black with #00F95E
Text Example
Text Example
White with #00F95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F95E; }
p { color: rgb(0,249,94); }
H1.HeaderClassName
{
color: #00F95E;
}
.AnyTagClassName
{
color: #00F95E;
}
</style>
background-color css
<style>
a { background-color: #00F95E; }
a { background-color: rgb(0,249,94); }
div.DivClassName
{
background-color: #00F95E;
}
.BgClassName
{
background-color: #00F95E;
}
</style>
border-color css
<style>
span { border-color: #00F95E; }
span { border-color: rgb(0,249,94); }
td.TdClassName
{
border-color: #00F95E;
}
.TagClassName
{
border-color: #00F95E;
}
</style>