Shades of Bright Green #6ADA14
Tints of Bright Green #6ADA14
RGB
CMYK
RGB Variations
Color information
#6ADA14 (or 0x6ADA14) is known color: Bright Green. HEX triplet: 6A, DA and 14. RGB value is (106,218,20). Sum of RGB (Red+Green+Blue) = 106+218+20=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 218 (85.55% from 255 or 63.37% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADA14 is #9525EB. Grayscale: #A2A2A2. Windows color (decimal): -9774572 or 1366634. OLE color: 1366634.
HSL color Cylindrical-coordinate representation of color #6ADA14: hue angle of 93.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6ADA14 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 20 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.15 |
| HSL | 93.94º | 0.83% | 0.47% | - |
| HSV(B) | 93.94º | 0.91% | 0.85% | - |
| XYZ | 31.14 | 53.26 | 9.3 | - |
| YUV | 161.94 | 47.89 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 20 | 0.51 | 0 | 0.91 | 0.15 | 93.94 | 0.83 | 0.47 |
| Hex | 6A | DA | 14 | 33 | 0 | 5B | F | 5E | 53 | 2F |
| Octal | 152 | 332 | 24 | 63 | 0 | 133 | 17 | 136 | 123 | 57 |
| Binary | 1101010 | 11011010 | 10100 | 110011 | 0 | 1011011 | 1111 | 1011110 | 1010011 | 101111 |
Color Harmonies of #6ADA14
Complementary color
Monochromatic Colors of #6ADA14
Black with #6ADA14
Text Example
Text Example
White with #6ADA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA14; }
p { color: rgb(106,218,20); }
H1.HeaderClassName
{
color: #6ADA14;
}
.AnyTagClassName
{
color: #6ADA14;
}
</style>
background-color css
<style>
a { background-color: #6ADA14; }
a { background-color: rgb(106,218,20); }
div.DivClassName
{
background-color: #6ADA14;
}
.BgClassName
{
background-color: #6ADA14;
}
</style>
border-color css
<style>
span { border-color: #6ADA14; }
span { border-color: rgb(106,218,20); }
td.TdClassName
{
border-color: #6ADA14;
}
.TagClassName
{
border-color: #6ADA14;
}
</style>