Shades of Spring Green #00F47A
Tints of Spring Green #00F47A
RGB
CMYK
RGB Variations
Color information
#00F47A (or 0x00F47A) is known color: Spring Green. HEX triplet: 00, F4 and 7A. RGB value is (0,244,122). Sum of RGB (Red+Green+Blue) = 0+244+122=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 244 (95.70% from 255 or 66.67% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 244 - color contains mainly: green. Hex color #00F47A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F47A is #FF0B85. Grayscale: #9D9D9D. Windows color (decimal): -16714630 or 8057856. OLE color: 8057856.
HSL color Cylindrical-coordinate representation of color #00F47A: hue angle of 150º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F47A is Cyan = 1, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 244 | 122 | - |
| CMYK | 1 | 0 | 0.5 | 0.04 |
| HSL | 150º | 1% | 0.48% | - |
| HSV(B) | 150º | 1% | 0.96% | - |
| XYZ | 35.86 | 66.11 | 29.28 | - |
| YUV | 157.14 | 108.16 | 15.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 244 | 122 | 1 | 0 | 0.5 | 0.04 | 150 | 1 | 0.48 |
| Hex | 0 | F4 | 7A | 64 | 0 | 32 | 4 | 96 | 64 | 30 |
| Octal | 0 | 364 | 172 | 144 | 0 | 62 | 4 | 226 | 144 | 60 |
| Binary | 0 | 11110100 | 1111010 | 1100100 | 0 | 110010 | 100 | 10010110 | 1100100 | 110000 |
Color Harmonies of #00F47A
Complementary color
Monochromatic Colors of #00F47A
Black with #00F47A
Text Example
Text Example
White with #00F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F47A; }
p { color: rgb(0,244,122); }
H1.HeaderClassName
{
color: #00F47A;
}
.AnyTagClassName
{
color: #00F47A;
}
</style>
background-color css
<style>
a { background-color: #00F47A; }
a { background-color: rgb(0,244,122); }
div.DivClassName
{
background-color: #00F47A;
}
.BgClassName
{
background-color: #00F47A;
}
</style>
border-color css
<style>
span { border-color: #00F47A; }
span { border-color: rgb(0,244,122); }
td.TdClassName
{
border-color: #00F47A;
}
.TagClassName
{
border-color: #00F47A;
}
</style>