Shades of Spring Green #06F170
Tints of Spring Green #06F170
RGB
CMYK
RGB Variations
Color information
#06F170 (or 0x06F170) is known color: Spring Green. HEX triplet: 06, F1 and 70. RGB value is (6,241,112). Sum of RGB (Red+Green+Blue) = 6+241+112=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 241 (94.53% from 255 or 67.13% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 241 - color contains mainly: green. Hex color #06F170 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F170 is #F90E8F. Grayscale: #9C9C9C. Windows color (decimal): -16322192 or 7401734. OLE color: 7401734.
HSL color Cylindrical-coordinate representation of color #06F170: hue angle of 147.06º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F170 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 241 | 112 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.05 |
| HSL | 147.06º | 0.95% | 0.48% | - |
| HSV(B) | 147.06º | 0.98% | 0.95% | - |
| XYZ | 34.46 | 64.12 | 25.89 | - |
| YUV | 156.03 | 103.14 | 20.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 241 | 112 | 0.98 | 0 | 0.54 | 0.05 | 147.06 | 0.95 | 0.48 |
| Hex | 6 | F1 | 70 | 62 | 0 | 36 | 5 | 93 | 5F | 30 |
| Octal | 6 | 361 | 160 | 142 | 0 | 66 | 5 | 223 | 137 | 60 |
| Binary | 110 | 11110001 | 1110000 | 1100010 | 0 | 110110 | 101 | 10010011 | 1011111 | 110000 |
Color Harmonies of #06F170
Complementary color
Monochromatic Colors of #06F170
Black with #06F170
Text Example
Text Example
White with #06F170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F170; }
p { color: rgb(6,241,112); }
H1.HeaderClassName
{
color: #06F170;
}
.AnyTagClassName
{
color: #06F170;
}
</style>
background-color css
<style>
a { background-color: #06F170; }
a { background-color: rgb(6,241,112); }
div.DivClassName
{
background-color: #06F170;
}
.BgClassName
{
background-color: #06F170;
}
</style>
border-color css
<style>
span { border-color: #06F170; }
span { border-color: rgb(6,241,112); }
td.TdClassName
{
border-color: #06F170;
}
.TagClassName
{
border-color: #06F170;
}
</style>