Shades of Spring Green #06FA8A
Tints of Spring Green #06FA8A
RGB
CMYK
RGB Variations
Color information
#06FA8A (or 0x06FA8A) is known color: Spring Green. HEX triplet: 06, FA and 8A. RGB value is (6,250,138). Sum of RGB (Red+Green+Blue) = 6+250+138=394 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #06FA8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #06FA8A is #F90575. Grayscale: #A4A4A4. Windows color (decimal): -16319862 or 9107974. OLE color: 9107974.
HSL color Cylindrical-coordinate representation of color #06FA8A: hue angle of 152.46º 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 #06FA8A is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 250 | 138 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.02 |
| HSL | 152.46º | 0.96% | 0.5% | - |
| HSV(B) | 152.46º | 0.98% | 0.98% | - |
| XYZ | 38.85 | 70.24 | 35.56 | - |
| YUV | 164.28 | 113.16 | 15.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 250 | 138 | 0.98 | 0 | 0.45 | 0.02 | 152.46 | 0.96 | 0.5 |
| Hex | 6 | FA | 8A | 62 | 0 | 2D | 2 | 98 | 60 | 32 |
| Octal | 6 | 372 | 212 | 142 | 0 | 55 | 2 | 230 | 140 | 62 |
| Binary | 110 | 11111010 | 10001010 | 1100010 | 0 | 101101 | 10 | 10011000 | 1100000 | 110010 |
Color Harmonies of #06FA8A
Complementary color
Monochromatic Colors of #06FA8A
Black with #06FA8A
Text Example
Text Example
White with #06FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FA8A; }
p { color: rgb(6,250,138); }
H1.HeaderClassName
{
color: #06FA8A;
}
.AnyTagClassName
{
color: #06FA8A;
}
</style>
background-color css
<style>
a { background-color: #06FA8A; }
a { background-color: rgb(6,250,138); }
div.DivClassName
{
background-color: #06FA8A;
}
.BgClassName
{
background-color: #06FA8A;
}
</style>
border-color css
<style>
span { border-color: #06FA8A; }
span { border-color: rgb(6,250,138); }
td.TdClassName
{
border-color: #06FA8A;
}
.TagClassName
{
border-color: #06FA8A;
}
</style>