Shades of Medium Spring Green #00F2AA
Tints of Medium Spring Green #00F2AA
RGB
CMYK
RGB Variations
Color information
#00F2AA (or 0x00F2AA) is known color: Medium Spring Green. HEX triplet: 00, F2 and AA. RGB value is (0,242,170). Sum of RGB (Red+Green+Blue) = 0+242+170=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #00F2AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F2AA is #FF0D55. Grayscale: #A1A1A1. Windows color (decimal): -16715094 or 11203072. OLE color: 11203072.
HSL color Cylindrical-coordinate representation of color #00F2AA: hue angle of 162.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F2AA is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 170 | - |
| CMYK | 1 | 0 | 0.30 | 0.05 |
| HSL | 162.15º | 1% | 0.47% | - |
| HSV(B) | 162.15º | 1% | 0.95% | - |
| XYZ | 39.01 | 66.41 | 48.79 | - |
| YUV | 161.43 | 132.83 | 12.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 170 | 1 | 0 | 0.30 | 0.05 | 162.15 | 1 | 0.47 |
| Hex | 0 | F2 | AA | 64 | 0 | 1E | 5 | A2 | 64 | 2F |
| Octal | 0 | 362 | 252 | 144 | 0 | 36 | 5 | 242 | 144 | 57 |
| Binary | 0 | 11110010 | 10101010 | 1100100 | 0 | 11110 | 101 | 10100010 | 1100100 | 101111 |
Color Harmonies of #00F2AA
Complementary color
Monochromatic Colors of #00F2AA
Black with #00F2AA
Text Example
Text Example
White with #00F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F2AA; }
p { color: rgb(0,242,170); }
H1.HeaderClassName
{
color: #00F2AA;
}
.AnyTagClassName
{
color: #00F2AA;
}
</style>
background-color css
<style>
a { background-color: #00F2AA; }
a { background-color: rgb(0,242,170); }
div.DivClassName
{
background-color: #00F2AA;
}
.BgClassName
{
background-color: #00F2AA;
}
</style>
border-color css
<style>
span { border-color: #00F2AA; }
span { border-color: rgb(0,242,170); }
td.TdClassName
{
border-color: #00F2AA;
}
.TagClassName
{
border-color: #00F2AA;
}
</style>