Shades of Spring Green #06FA6E
Tints of Spring Green #06FA6E
RGB
CMYK
RGB Variations
Color information
#06FA6E (or 0x06FA6E) is known color: Spring Green. HEX triplet: 06, FA and 6E. RGB value is (6,250,110). Sum of RGB (Red+Green+Blue) = 6+250+110=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #06FA6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FA6E is #F90591. Grayscale: #A1A1A1. Windows color (decimal): -16319890 or 7272966. OLE color: 7272966.
HSL color Cylindrical-coordinate representation of color #06FA6E: hue angle of 145.57º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FA6E is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 250 | 110 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.02 |
| HSL | 145.57º | 0.96% | 0.5% | - |
| HSV(B) | 145.57º | 0.98% | 0.98% | - |
| XYZ | 37.08 | 69.54 | 26.22 | - |
| YUV | 161.08 | 99.16 | 17.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 250 | 110 | 0.98 | 0 | 0.56 | 0.02 | 145.57 | 0.96 | 0.5 |
| Hex | 6 | FA | 6E | 62 | 0 | 38 | 2 | 92 | 60 | 32 |
| Octal | 6 | 372 | 156 | 142 | 0 | 70 | 2 | 222 | 140 | 62 |
| Binary | 110 | 11111010 | 1101110 | 1100010 | 0 | 111000 | 10 | 10010010 | 1100000 | 110010 |
Color Harmonies of #06FA6E
Complementary color
Monochromatic Colors of #06FA6E
Black with #06FA6E
Text Example
Text Example
White with #06FA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FA6E; }
p { color: rgb(6,250,110); }
H1.HeaderClassName
{
color: #06FA6E;
}
.AnyTagClassName
{
color: #06FA6E;
}
</style>
background-color css
<style>
a { background-color: #06FA6E; }
a { background-color: rgb(6,250,110); }
div.DivClassName
{
background-color: #06FA6E;
}
.BgClassName
{
background-color: #06FA6E;
}
</style>
border-color css
<style>
span { border-color: #06FA6E; }
span { border-color: rgb(6,250,110); }
td.TdClassName
{
border-color: #06FA6E;
}
.TagClassName
{
border-color: #06FA6E;
}
</style>