Shades of Medium Spring Green #00F8A2
Tints of Medium Spring Green #00F8A2
RGB
CMYK
RGB Variations
Color information
#00F8A2 (or 0x00F8A2) is known color: Medium Spring Green. HEX triplet: 00, F8 and A2. RGB value is (0,248,162). Sum of RGB (Red+Green+Blue) = 0+248+162=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 248 (97.27% from 255 or 60.49% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 248 - color contains mainly: green. Hex color #00F8A2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F8A2 is #FF075D. Grayscale: #A4A4A4. Windows color (decimal): -16713566 or 10680320. OLE color: 10680320.
HSL color Cylindrical-coordinate representation of color #00F8A2: hue angle of 159.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F8A2 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 248 | 162 | - |
| CMYK | 1 | 0 | 0.35 | 0.03 |
| HSL | 159.19º | 1% | 0.49% | - |
| HSV(B) | 159.19º | 1% | 0.97% | - |
| XYZ | 40.09 | 69.74 | 45.53 | - |
| YUV | 164.04 | 126.84 | 10.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 248 | 162 | 1 | 0 | 0.35 | 0.03 | 159.19 | 1 | 0.49 |
| Hex | 0 | F8 | A2 | 64 | 0 | 23 | 3 | 9F | 64 | 31 |
| Octal | 0 | 370 | 242 | 144 | 0 | 43 | 3 | 237 | 144 | 61 |
| Binary | 0 | 11111000 | 10100010 | 1100100 | 0 | 100011 | 11 | 10011111 | 1100100 | 110001 |
Color Harmonies of #00F8A2
Complementary color
Monochromatic Colors of #00F8A2
Black with #00F8A2
Text Example
Text Example
White with #00F8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F8A2; }
p { color: rgb(0,248,162); }
H1.HeaderClassName
{
color: #00F8A2;
}
.AnyTagClassName
{
color: #00F8A2;
}
</style>
background-color css
<style>
a { background-color: #00F8A2; }
a { background-color: rgb(0,248,162); }
div.DivClassName
{
background-color: #00F8A2;
}
.BgClassName
{
background-color: #00F8A2;
}
</style>
border-color css
<style>
span { border-color: #00F8A2; }
span { border-color: rgb(0,248,162); }
td.TdClassName
{
border-color: #00F8A2;
}
.TagClassName
{
border-color: #00F8A2;
}
</style>