Shades of Spring Green #00FA82
Tints of Spring Green #00FA82
RGB
CMYK
RGB Variations
Color information
#00FA82 (or 0x00FA82) is known color: Spring Green. HEX triplet: 00, FA and 82. RGB value is (0,250,130). Sum of RGB (Red+Green+Blue) = 0+250+130=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 250 (98.05% from 255 or 65.79% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 250 - color contains mainly: green. Hex color #00FA82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FA82 is #FF057D. Grayscale: #A1A1A1. Windows color (decimal): -16713086 or 8583680. OLE color: 8583680.
HSL color Cylindrical-coordinate representation of color #00FA82: hue angle of 151.2º 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 #00FA82 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 130 | - |
| CMYK | 1 | 0 | 0.48 | 0.02 |
| HSL | 151.2º | 1% | 0.49% | - |
| HSV(B) | 151.2º | 1% | 0.98% | - |
| XYZ | 38.21 | 69.98 | 32.61 | - |
| YUV | 161.57 | 110.18 | 12.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 130 | 1 | 0 | 0.48 | 0.02 | 151.2 | 1 | 0.49 |
| Hex | 0 | FA | 82 | 64 | 0 | 30 | 2 | 97 | 64 | 31 |
| Octal | 0 | 372 | 202 | 144 | 0 | 60 | 2 | 227 | 144 | 61 |
| Binary | 0 | 11111010 | 10000010 | 1100100 | 0 | 110000 | 10 | 10010111 | 1100100 | 110001 |
Color Harmonies of #00FA82
Complementary color
Monochromatic Colors of #00FA82
Black with #00FA82
Text Example
Text Example
White with #00FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FA82; }
p { color: rgb(0,250,130); }
H1.HeaderClassName
{
color: #00FA82;
}
.AnyTagClassName
{
color: #00FA82;
}
</style>
background-color css
<style>
a { background-color: #00FA82; }
a { background-color: rgb(0,250,130); }
div.DivClassName
{
background-color: #00FA82;
}
.BgClassName
{
background-color: #00FA82;
}
</style>
border-color css
<style>
span { border-color: #00FA82; }
span { border-color: rgb(0,250,130); }
td.TdClassName
{
border-color: #00FA82;
}
.TagClassName
{
border-color: #00FA82;
}
</style>