Shades of Medium Spring Green #00FFAF
Tints of Medium Spring Green #00FFAF
RGB
CMYK
RGB Variations
Color information
#00FFAF (or 0x00FFAF) is known color: Medium Spring Green. HEX triplet: 00, FF and AF. RGB value is (0,255,175). Sum of RGB (Red+Green+Blue) = 0+255+175=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FFAF is #FF0050. Grayscale: #A9A9A9. Windows color (decimal): -16711761 or 11534080. OLE color: 11534080.
HSL color Cylindrical-coordinate representation of color #00FFAF: hue angle of 161.18º 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 #00FFAF is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 175 | - |
| CMYK | 1 | 0 | 0.31 | 0 |
| HSL | 161.18º | 1% | 0.5% | - |
| HSV(B) | 161.18º | 1% | 1% | - |
| XYZ | 43.5 | 74.62 | 52.67 | - |
| YUV | 169.64 | 131.02 | 7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 175 | 1 | 0 | 0.31 | 0 | 161.18 | 1 | 0.5 |
| Hex | 0 | FF | AF | 64 | 0 | 1F | 0 | A1 | 64 | 32 |
| Octal | 0 | 377 | 257 | 144 | 0 | 37 | 0 | 241 | 144 | 62 |
| Binary | 0 | 11111111 | 10101111 | 1100100 | 0 | 11111 | 0 | 10100001 | 1100100 | 110010 |
Color Harmonies of #00FFAF
Complementary color
Monochromatic Colors of #00FFAF
Black with #00FFAF
Text Example
Text Example
White with #00FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFAF; }
p { color: rgb(0,255,175); }
H1.HeaderClassName
{
color: #00FFAF;
}
.AnyTagClassName
{
color: #00FFAF;
}
</style>
background-color css
<style>
a { background-color: #00FFAF; }
a { background-color: rgb(0,255,175); }
div.DivClassName
{
background-color: #00FFAF;
}
.BgClassName
{
background-color: #00FFAF;
}
</style>
border-color css
<style>
span { border-color: #00FFAF; }
span { border-color: rgb(0,255,175); }
td.TdClassName
{
border-color: #00FFAF;
}
.TagClassName
{
border-color: #00FFAF;
}
</style>