Shades of Light Green #6AFEA0
Tints of Light Green #6AFEA0
RGB
CMYK
RGB Variations
Color information
#6AFEA0 (or 0x6AFEA0) is known color: Light Green. HEX triplet: 6A, FE and A0. RGB value is (106,254,160). Sum of RGB (Red+Green+Blue) = 106+254+160=520 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.38% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFEA0 is #95015F. Grayscale: #C7C7C7. Windows color (decimal): -9765216 or 10550890. OLE color: 10550890.
HSL color Cylindrical-coordinate representation of color #6AFEA0: hue angle of 141.89º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFEA0 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 160 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.00 |
| HSL | 141.89º | 0.99% | 0.71% | - |
| HSV(B) | 141.89º | 0.58% | 1% | - |
| XYZ | 47.73 | 76.49 | 45.51 | - |
| YUV | 199.03 | 105.97 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 160 | 0.58 | 0 | 0.37 | 0.00 | 141.89 | 0.99 | 0.71 |
| Hex | 6A | FE | A0 | 3A | 0 | 25 | 0 | 8E | 63 | 47 |
| Octal | 152 | 376 | 240 | 72 | 0 | 45 | 0 | 216 | 143 | 107 |
| Binary | 1101010 | 11111110 | 10100000 | 111010 | 0 | 100101 | 0 | 10001110 | 1100011 | 1000111 |
Color Harmonies of #6AFEA0
Complementary color
Monochromatic Colors of #6AFEA0
Black with #6AFEA0
Text Example
Text Example
White with #6AFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEA0; }
p { color: rgb(106,254,160); }
H1.HeaderClassName
{
color: #6AFEA0;
}
.AnyTagClassName
{
color: #6AFEA0;
}
</style>
background-color css
<style>
a { background-color: #6AFEA0; }
a { background-color: rgb(106,254,160); }
div.DivClassName
{
background-color: #6AFEA0;
}
.BgClassName
{
background-color: #6AFEA0;
}
</style>
border-color css
<style>
span { border-color: #6AFEA0; }
span { border-color: rgb(106,254,160); }
td.TdClassName
{
border-color: #6AFEA0;
}
.TagClassName
{
border-color: #6AFEA0;
}
</style>