Shades of Spring Green #06FB6A
Tints of Spring Green #06FB6A
RGB
CMYK
RGB Variations
Color information
#06FB6A (or 0x06FB6A) is known color: Spring Green. HEX triplet: 06, FB and 6A. RGB value is (6,251,106). Sum of RGB (Red+Green+Blue) = 6+251+106=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 251 (98.44% from 255 or 69.15% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 251 - color contains mainly: green. Hex color #06FB6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FB6A is #F90495. Grayscale: #A1A1A1. Windows color (decimal): -16319638 or 7011078. OLE color: 7011078.
HSL color Cylindrical-coordinate representation of color #06FB6A: hue angle of 144.49º degrees, saturation: 0.97, 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 #06FB6A is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 251 | 106 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.02 |
| HSL | 144.49º | 0.97% | 0.5% | - |
| HSV(B) | 144.49º | 0.98% | 0.98% | - |
| XYZ | 37.17 | 70.07 | 25.2 | - |
| YUV | 161.22 | 96.83 | 17.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 251 | 106 | 0.98 | 0 | 0.58 | 0.02 | 144.49 | 0.97 | 0.5 |
| Hex | 6 | FB | 6A | 62 | 0 | 3A | 2 | 90 | 61 | 32 |
| Octal | 6 | 373 | 152 | 142 | 0 | 72 | 2 | 220 | 141 | 62 |
| Binary | 110 | 11111011 | 1101010 | 1100010 | 0 | 111010 | 10 | 10010000 | 1100001 | 110010 |
Color Harmonies of #06FB6A
Complementary color
Monochromatic Colors of #06FB6A
Black with #06FB6A
Text Example
Text Example
White with #06FB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FB6A; }
p { color: rgb(6,251,106); }
H1.HeaderClassName
{
color: #06FB6A;
}
.AnyTagClassName
{
color: #06FB6A;
}
</style>
background-color css
<style>
a { background-color: #06FB6A; }
a { background-color: rgb(6,251,106); }
div.DivClassName
{
background-color: #06FB6A;
}
.BgClassName
{
background-color: #06FB6A;
}
</style>
border-color css
<style>
span { border-color: #06FB6A; }
span { border-color: rgb(6,251,106); }
td.TdClassName
{
border-color: #06FB6A;
}
.TagClassName
{
border-color: #06FB6A;
}
</style>