Shades of Spring Green #06F96C
Tints of Spring Green #06F96C
RGB
CMYK
RGB Variations
Color information
#06F96C (or 0x06F96C) is known color: Spring Green. HEX triplet: 06, F9 and 6C. RGB value is (6,249,108). Sum of RGB (Red+Green+Blue) = 6+249+108=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #06F96C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F96C is #F90693. Grayscale: #A0A0A0. Windows color (decimal): -16320148 or 7141638. OLE color: 7141638.
HSL color Cylindrical-coordinate representation of color #06F96C: hue angle of 145.19º degrees, saturation: 0.95, 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 #06F96C is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 249 | 108 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.02 |
| HSL | 145.19º | 0.95% | 0.5% | - |
| HSV(B) | 145.19º | 0.98% | 0.98% | - |
| XYZ | 36.66 | 68.87 | 25.55 | - |
| YUV | 160.27 | 98.49 | 17.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 249 | 108 | 0.98 | 0 | 0.57 | 0.02 | 145.19 | 0.95 | 0.5 |
| Hex | 6 | F9 | 6C | 62 | 0 | 39 | 2 | 91 | 5F | 32 |
| Octal | 6 | 371 | 154 | 142 | 0 | 71 | 2 | 221 | 137 | 62 |
| Binary | 110 | 11111001 | 1101100 | 1100010 | 0 | 111001 | 10 | 10010001 | 1011111 | 110010 |
Color Harmonies of #06F96C
Complementary color
Monochromatic Colors of #06F96C
Black with #06F96C
Text Example
Text Example
White with #06F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F96C; }
p { color: rgb(6,249,108); }
H1.HeaderClassName
{
color: #06F96C;
}
.AnyTagClassName
{
color: #06F96C;
}
</style>
background-color css
<style>
a { background-color: #06F96C; }
a { background-color: rgb(6,249,108); }
div.DivClassName
{
background-color: #06F96C;
}
.BgClassName
{
background-color: #06F96C;
}
</style>
border-color css
<style>
span { border-color: #06F96C; }
span { border-color: rgb(6,249,108); }
td.TdClassName
{
border-color: #06F96C;
}
.TagClassName
{
border-color: #06F96C;
}
</style>