Shades of Bright Green #6ADC10
Tints of Bright Green #6ADC10
RGB
CMYK
RGB Variations
Color information
#6ADC10 (or 0x6ADC10) is known color: Bright Green. HEX triplet: 6A, DC and 10. RGB value is (106,220,16). Sum of RGB (Red+Green+Blue) = 106+220+16=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADC10 is #9523EF. Grayscale: #A3A3A3. Windows color (decimal): -9774064 or 1105002. OLE color: 1105002.
HSL color Cylindrical-coordinate representation of color #6ADC10: hue angle of 93.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6ADC10 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 16 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.14 |
| HSL | 93.53º | 0.86% | 0.46% | - |
| HSV(B) | 93.53º | 0.93% | 0.86% | - |
| XYZ | 31.63 | 54.29 | 9.3 | - |
| YUV | 162.66 | 45.23 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 16 | 0.52 | 0 | 0.93 | 0.14 | 93.53 | 0.86 | 0.46 |
| Hex | 6A | DC | 10 | 34 | 0 | 5D | E | 5E | 56 | 2E |
| Octal | 152 | 334 | 20 | 64 | 0 | 135 | 16 | 136 | 126 | 56 |
| Binary | 1101010 | 11011100 | 10000 | 110100 | 0 | 1011101 | 1110 | 1011110 | 1010110 | 101110 |
Color Harmonies of #6ADC10
Complementary color
Monochromatic Colors of #6ADC10
Black with #6ADC10
Text Example
Text Example
White with #6ADC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC10; }
p { color: rgb(106,220,16); }
H1.HeaderClassName
{
color: #6ADC10;
}
.AnyTagClassName
{
color: #6ADC10;
}
</style>
background-color css
<style>
a { background-color: #6ADC10; }
a { background-color: rgb(106,220,16); }
div.DivClassName
{
background-color: #6ADC10;
}
.BgClassName
{
background-color: #6ADC10;
}
</style>
border-color css
<style>
span { border-color: #6ADC10; }
span { border-color: rgb(106,220,16); }
td.TdClassName
{
border-color: #6ADC10;
}
.TagClassName
{
border-color: #6ADC10;
}
</style>