Shades of Spring Green #08F86C
Tints of Spring Green #08F86C
RGB
CMYK
RGB Variations
Color information
#08F86C (or 0x08F86C) is known color: Spring Green. HEX triplet: 08, F8 and 6C. RGB value is (8,248,108). Sum of RGB (Red+Green+Blue) = 8+248+108=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 248 (97.27% from 255 or 68.13% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 248 - color contains mainly: green. Hex color #08F86C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F86C is #F70793. Grayscale: #A0A0A0. Windows color (decimal): -16189332 or 7141384. OLE color: 7141384.
HSL color Cylindrical-coordinate representation of color #08F86C: hue angle of 145º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F86C is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 248 | 108 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.03 |
| HSL | 145º | 0.94% | 0.5% | - |
| HSV(B) | 145º | 0.97% | 0.97% | - |
| XYZ | 36.37 | 68.27 | 25.45 | - |
| YUV | 160.28 | 98.49 | 19.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 248 | 108 | 0.97 | 0 | 0.56 | 0.03 | 145 | 0.94 | 0.5 |
| Hex | 8 | F8 | 6C | 61 | 0 | 38 | 3 | 91 | 5E | 32 |
| Octal | 10 | 370 | 154 | 141 | 0 | 70 | 3 | 221 | 136 | 62 |
| Binary | 1000 | 11111000 | 1101100 | 1100001 | 0 | 111000 | 11 | 10010001 | 1011110 | 110010 |
Color Harmonies of #08F86C
Complementary color
Monochromatic Colors of #08F86C
Black with #08F86C
Text Example
Text Example
White with #08F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F86C; }
p { color: rgb(8,248,108); }
H1.HeaderClassName
{
color: #08F86C;
}
.AnyTagClassName
{
color: #08F86C;
}
</style>
background-color css
<style>
a { background-color: #08F86C; }
a { background-color: rgb(8,248,108); }
div.DivClassName
{
background-color: #08F86C;
}
.BgClassName
{
background-color: #08F86C;
}
</style>
border-color css
<style>
span { border-color: #08F86C; }
span { border-color: rgb(8,248,108); }
td.TdClassName
{
border-color: #08F86C;
}
.TagClassName
{
border-color: #08F86C;
}
</style>