Shades of Spring Green #08F06C
Tints of Spring Green #08F06C
RGB
CMYK
RGB Variations
Color information
#08F06C (or 0x08F06C) is known color: Spring Green. HEX triplet: 08, F0 and 6C. RGB value is (8,240,108). Sum of RGB (Red+Green+Blue) = 8+240+108=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #08F06C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F06C is #F70F93. Grayscale: #9B9B9B. Windows color (decimal): -16191380 or 7139336. OLE color: 7139336.
HSL color Cylindrical-coordinate representation of color #08F06C: hue angle of 145.86º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F06C is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 240 | 108 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.06 |
| HSL | 145.86º | 0.94% | 0.49% | - |
| HSV(B) | 145.86º | 0.97% | 0.94% | - |
| XYZ | 33.97 | 63.45 | 24.65 | - |
| YUV | 155.58 | 101.14 | 22.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 240 | 108 | 0.97 | 0 | 0.55 | 0.06 | 145.86 | 0.94 | 0.49 |
| Hex | 8 | F0 | 6C | 61 | 0 | 37 | 6 | 92 | 5E | 31 |
| Octal | 10 | 360 | 154 | 141 | 0 | 67 | 6 | 222 | 136 | 61 |
| Binary | 1000 | 11110000 | 1101100 | 1100001 | 0 | 110111 | 110 | 10010010 | 1011110 | 110001 |
Color Harmonies of #08F06C
Complementary color
Monochromatic Colors of #08F06C
Black with #08F06C
Text Example
Text Example
White with #08F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F06C; }
p { color: rgb(8,240,108); }
H1.HeaderClassName
{
color: #08F06C;
}
.AnyTagClassName
{
color: #08F06C;
}
</style>
background-color css
<style>
a { background-color: #08F06C; }
a { background-color: rgb(8,240,108); }
div.DivClassName
{
background-color: #08F06C;
}
.BgClassName
{
background-color: #08F06C;
}
</style>
border-color css
<style>
span { border-color: #08F06C; }
span { border-color: rgb(8,240,108); }
td.TdClassName
{
border-color: #08F06C;
}
.TagClassName
{
border-color: #08F06C;
}
</style>