Shades of Spring Green #08F96A
Tints of Spring Green #08F96A
RGB
CMYK
RGB Variations
Color information
#08F96A (or 0x08F96A) is known color: Spring Green. HEX triplet: 08, F9 and 6A. RGB value is (8,249,106). Sum of RGB (Red+Green+Blue) = 8+249+106=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #08F96A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F96A is #F70695. Grayscale: #A0A0A0. Windows color (decimal): -16189078 or 7010568. OLE color: 7010568.
HSL color Cylindrical-coordinate representation of color #08F96A: hue angle of 144.4º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F96A is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 249 | 106 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.02 |
| HSL | 144.4º | 0.95% | 0.5% | - |
| HSV(B) | 144.4º | 0.97% | 0.98% | - |
| XYZ | 36.58 | 68.84 | 25 | - |
| YUV | 160.64 | 97.16 | 19.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 249 | 106 | 0.97 | 0 | 0.57 | 0.02 | 144.4 | 0.95 | 0.5 |
| Hex | 8 | F9 | 6A | 61 | 0 | 39 | 2 | 90 | 5F | 32 |
| Octal | 10 | 371 | 152 | 141 | 0 | 71 | 2 | 220 | 137 | 62 |
| Binary | 1000 | 11111001 | 1101010 | 1100001 | 0 | 111001 | 10 | 10010000 | 1011111 | 110010 |
Color Harmonies of #08F96A
Complementary color
Monochromatic Colors of #08F96A
Black with #08F96A
Text Example
Text Example
White with #08F96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F96A; }
p { color: rgb(8,249,106); }
H1.HeaderClassName
{
color: #08F96A;
}
.AnyTagClassName
{
color: #08F96A;
}
</style>
background-color css
<style>
a { background-color: #08F96A; }
a { background-color: rgb(8,249,106); }
div.DivClassName
{
background-color: #08F96A;
}
.BgClassName
{
background-color: #08F96A;
}
</style>
border-color css
<style>
span { border-color: #08F96A; }
span { border-color: rgb(8,249,106); }
td.TdClassName
{
border-color: #08F96A;
}
.TagClassName
{
border-color: #08F96A;
}
</style>