Shades of Spring Green #08FA8C
Tints of Spring Green #08FA8C
RGB
CMYK
RGB Variations
Color information
#08FA8C (or 0x08FA8C) is known color: Spring Green. HEX triplet: 08, FA and 8C. RGB value is (8,250,140). Sum of RGB (Red+Green+Blue) = 8+250+140=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 250 (98.05% from 255 or 62.81% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 250 - color contains mainly: green. Hex color #08FA8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #08FA8C is #F70573. Grayscale: #A5A5A5. Windows color (decimal): -16188788 or 9239048. OLE color: 9239048.
HSL color Cylindrical-coordinate representation of color #08FA8C: hue angle of 152.73º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FA8C is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 250 | 140 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.02 |
| HSL | 152.73º | 0.96% | 0.51% | - |
| HSV(B) | 152.73º | 0.97% | 0.98% | - |
| XYZ | 39.02 | 70.32 | 36.33 | - |
| YUV | 165.1 | 113.83 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 250 | 140 | 0.97 | 0 | 0.44 | 0.02 | 152.73 | 0.96 | 0.51 |
| Hex | 8 | FA | 8C | 61 | 0 | 2C | 2 | 99 | 60 | 33 |
| Octal | 10 | 372 | 214 | 141 | 0 | 54 | 2 | 231 | 140 | 63 |
| Binary | 1000 | 11111010 | 10001100 | 1100001 | 0 | 101100 | 10 | 10011001 | 1100000 | 110011 |
Color Harmonies of #08FA8C
Complementary color
Monochromatic Colors of #08FA8C
Black with #08FA8C
Text Example
Text Example
White with #08FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FA8C; }
p { color: rgb(8,250,140); }
H1.HeaderClassName
{
color: #08FA8C;
}
.AnyTagClassName
{
color: #08FA8C;
}
</style>
background-color css
<style>
a { background-color: #08FA8C; }
a { background-color: rgb(8,250,140); }
div.DivClassName
{
background-color: #08FA8C;
}
.BgClassName
{
background-color: #08FA8C;
}
</style>
border-color css
<style>
span { border-color: #08FA8C; }
span { border-color: rgb(8,250,140); }
td.TdClassName
{
border-color: #08FA8C;
}
.TagClassName
{
border-color: #08FA8C;
}
</style>