Shades of Medium Spring Green #00FFAE
Tints of Medium Spring Green #00FFAE
RGB
CMYK
RGB Variations
Color information
#00FFAE (or 0x00FFAE) is known color: Medium Spring Green. HEX triplet: 00, FF and AE. RGB value is (0,255,174). Sum of RGB (Red+Green+Blue) = 0+255+174=429 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FFAE is #FF0051. Grayscale: #A9A9A9. Windows color (decimal): -16711762 or 11468544. OLE color: 11468544.
HSL color Cylindrical-coordinate representation of color #00FFAE: hue angle of 160.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFAE is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 174 | - |
| CMYK | 1 | 0 | 0.32 | 0 |
| HSL | 160.94º | 1% | 0.5% | - |
| HSV(B) | 160.94º | 1% | 1% | - |
| XYZ | 43.4 | 74.58 | 52.15 | - |
| YUV | 169.52 | 130.52 | 7.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 174 | 1 | 0 | 0.32 | 0 | 160.94 | 1 | 0.5 |
| Hex | 0 | FF | AE | 64 | 0 | 20 | 0 | A1 | 64 | 32 |
| Octal | 0 | 377 | 256 | 144 | 0 | 40 | 0 | 241 | 144 | 62 |
| Binary | 0 | 11111111 | 10101110 | 1100100 | 0 | 100000 | 0 | 10100001 | 1100100 | 110010 |
Color Harmonies of #00FFAE
Complementary color
Monochromatic Colors of #00FFAE
Black with #00FFAE
Text Example
Text Example
White with #00FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFAE; }
p { color: rgb(0,255,174); }
H1.HeaderClassName
{
color: #00FFAE;
}
.AnyTagClassName
{
color: #00FFAE;
}
</style>
background-color css
<style>
a { background-color: #00FFAE; }
a { background-color: rgb(0,255,174); }
div.DivClassName
{
background-color: #00FFAE;
}
.BgClassName
{
background-color: #00FFAE;
}
</style>
border-color css
<style>
span { border-color: #00FFAE; }
span { border-color: rgb(0,255,174); }
td.TdClassName
{
border-color: #00FFAE;
}
.TagClassName
{
border-color: #00FFAE;
}
</style>