Shades of Spring Green #06F96A
Tints of Spring Green #06F96A
RGB
CMYK
RGB Variations
Color information
#06F96A (or 0x06F96A) is known color: Spring Green. HEX triplet: 06, F9 and 6A. RGB value is (6,249,106). Sum of RGB (Red+Green+Blue) = 6+249+106=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #06F96A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F96A is #F90695. Grayscale: #A0A0A0. Windows color (decimal): -16320150 or 7010566. OLE color: 7010566.
HSL color Cylindrical-coordinate representation of color #06F96A: hue angle of 144.69º 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 #06F96A is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 249 | 106 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.02 |
| HSL | 144.69º | 0.95% | 0.5% | - |
| HSV(B) | 144.69º | 0.98% | 0.98% | - |
| XYZ | 36.55 | 68.83 | 24.99 | - |
| YUV | 160.04 | 97.49 | 18.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 249 | 106 | 0.98 | 0 | 0.57 | 0.02 | 144.69 | 0.95 | 0.5 |
| Hex | 6 | F9 | 6A | 62 | 0 | 39 | 2 | 91 | 5F | 32 |
| Octal | 6 | 371 | 152 | 142 | 0 | 71 | 2 | 221 | 137 | 62 |
| Binary | 110 | 11111001 | 1101010 | 1100010 | 0 | 111001 | 10 | 10010001 | 1011111 | 110010 |
Color Harmonies of #06F96A
Complementary color
Monochromatic Colors of #06F96A
Black with #06F96A
Text Example
Text Example
White with #06F96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F96A; }
p { color: rgb(6,249,106); }
H1.HeaderClassName
{
color: #06F96A;
}
.AnyTagClassName
{
color: #06F96A;
}
</style>
background-color css
<style>
a { background-color: #06F96A; }
a { background-color: rgb(6,249,106); }
div.DivClassName
{
background-color: #06F96A;
}
.BgClassName
{
background-color: #06F96A;
}
</style>
border-color css
<style>
span { border-color: #06F96A; }
span { border-color: rgb(6,249,106); }
td.TdClassName
{
border-color: #06F96A;
}
.TagClassName
{
border-color: #06F96A;
}
</style>