Shades of Bright Green #6ADA10
Tints of Bright Green #6ADA10
RGB
CMYK
RGB Variations
Color information
#6ADA10 (or 0x6ADA10) is known color: Bright Green. HEX triplet: 6A, DA and 10. RGB value is (106,218,16). Sum of RGB (Red+Green+Blue) = 106+218+16=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 218 (85.55% from 255 or 64.12% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADA10 is #9525EF. Grayscale: #A2A2A2. Windows color (decimal): -9774576 or 1104490. OLE color: 1104490.
HSL color Cylindrical-coordinate representation of color #6ADA10: hue angle of 93.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6ADA10 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 16 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.15 |
| HSL | 93.27º | 0.86% | 0.46% | - |
| HSV(B) | 93.27º | 0.93% | 0.85% | - |
| XYZ | 31.11 | 53.24 | 9.13 | - |
| YUV | 161.48 | 45.89 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 16 | 0.51 | 0 | 0.93 | 0.15 | 93.27 | 0.86 | 0.46 |
| Hex | 6A | DA | 10 | 33 | 0 | 5D | F | 5D | 56 | 2E |
| Octal | 152 | 332 | 20 | 63 | 0 | 135 | 17 | 135 | 126 | 56 |
| Binary | 1101010 | 11011010 | 10000 | 110011 | 0 | 1011101 | 1111 | 1011101 | 1010110 | 101110 |
Color Harmonies of #6ADA10
Complementary color
Monochromatic Colors of #6ADA10
Black with #6ADA10
Text Example
Text Example
White with #6ADA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA10; }
p { color: rgb(106,218,16); }
H1.HeaderClassName
{
color: #6ADA10;
}
.AnyTagClassName
{
color: #6ADA10;
}
</style>
background-color css
<style>
a { background-color: #6ADA10; }
a { background-color: rgb(106,218,16); }
div.DivClassName
{
background-color: #6ADA10;
}
.BgClassName
{
background-color: #6ADA10;
}
</style>
border-color css
<style>
span { border-color: #6ADA10; }
span { border-color: rgb(106,218,16); }
td.TdClassName
{
border-color: #6ADA10;
}
.TagClassName
{
border-color: #6ADA10;
}
</style>