Shades of Spring Green #08F168
Tints of Spring Green #08F168
RGB
CMYK
RGB Variations
Color information
#08F168 (or 0x08F168) is known color: Spring Green. HEX triplet: 08, F1 and 68. RGB value is (8,241,104). Sum of RGB (Red+Green+Blue) = 8+241+104=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #08F168 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F168 is #F70E97. Grayscale: #9C9C9C. Windows color (decimal): -16191128 or 6877448. OLE color: 6877448.
HSL color Cylindrical-coordinate representation of color #08F168: hue angle of 144.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F168 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 241 | 104 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.05 |
| HSL | 144.72º | 0.94% | 0.49% | - |
| HSV(B) | 144.72º | 0.97% | 0.95% | - |
| XYZ | 34.05 | 63.96 | 23.65 | - |
| YUV | 155.72 | 98.81 | 22.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 241 | 104 | 0.97 | 0 | 0.57 | 0.05 | 144.72 | 0.94 | 0.49 |
| Hex | 8 | F1 | 68 | 61 | 0 | 39 | 5 | 91 | 5E | 31 |
| Octal | 10 | 361 | 150 | 141 | 0 | 71 | 5 | 221 | 136 | 61 |
| Binary | 1000 | 11110001 | 1101000 | 1100001 | 0 | 111001 | 101 | 10010001 | 1011110 | 110001 |
Color Harmonies of #08F168
Complementary color
Monochromatic Colors of #08F168
Black with #08F168
Text Example
Text Example
White with #08F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F168; }
p { color: rgb(8,241,104); }
H1.HeaderClassName
{
color: #08F168;
}
.AnyTagClassName
{
color: #08F168;
}
</style>
background-color css
<style>
a { background-color: #08F168; }
a { background-color: rgb(8,241,104); }
div.DivClassName
{
background-color: #08F168;
}
.BgClassName
{
background-color: #08F168;
}
</style>
border-color css
<style>
span { border-color: #08F168; }
span { border-color: rgb(8,241,104); }
td.TdClassName
{
border-color: #08F168;
}
.TagClassName
{
border-color: #08F168;
}
</style>