Shades of Spring Green #06F97A
Tints of Spring Green #06F97A
RGB
CMYK
RGB Variations
Color information
#06F97A (or 0x06F97A) is known color: Spring Green. HEX triplet: 06, F9 and 7A. RGB value is (6,249,122). Sum of RGB (Red+Green+Blue) = 6+249+122=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 249 (97.66% from 255 or 66.05% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 249 - color contains mainly: green. Hex color #06F97A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F97A is #F90685. Grayscale: #A2A2A2. Windows color (decimal): -16320134 or 8059142. OLE color: 8059142.
HSL color Cylindrical-coordinate representation of color #06F97A: hue angle of 148.64º 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 #06F97A is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 249 | 122 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.02 |
| HSL | 148.64º | 0.95% | 0.5% | - |
| HSV(B) | 148.64º | 0.98% | 0.98% | - |
| XYZ | 37.46 | 69.2 | 29.79 | - |
| YUV | 161.87 | 105.49 | 16.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 249 | 122 | 0.98 | 0 | 0.51 | 0.02 | 148.64 | 0.95 | 0.5 |
| Hex | 6 | F9 | 7A | 62 | 0 | 33 | 2 | 95 | 5F | 32 |
| Octal | 6 | 371 | 172 | 142 | 0 | 63 | 2 | 225 | 137 | 62 |
| Binary | 110 | 11111001 | 1111010 | 1100010 | 0 | 110011 | 10 | 10010101 | 1011111 | 110010 |
Color Harmonies of #06F97A
Complementary color
Monochromatic Colors of #06F97A
Black with #06F97A
Text Example
Text Example
White with #06F97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F97A; }
p { color: rgb(6,249,122); }
H1.HeaderClassName
{
color: #06F97A;
}
.AnyTagClassName
{
color: #06F97A;
}
</style>
background-color css
<style>
a { background-color: #06F97A; }
a { background-color: rgb(6,249,122); }
div.DivClassName
{
background-color: #06F97A;
}
.BgClassName
{
background-color: #06F97A;
}
</style>
border-color css
<style>
span { border-color: #06F97A; }
span { border-color: rgb(6,249,122); }
td.TdClassName
{
border-color: #06F97A;
}
.TagClassName
{
border-color: #06F97A;
}
</style>