Shades of Bright Green #6ADC0D
Tints of Bright Green #6ADC0D
RGB
CMYK
RGB Variations
Color information
#6ADC0D (or 0x6ADC0D) is known color: Bright Green. HEX triplet: 6A, DC and 0D. RGB value is (106,220,13). Sum of RGB (Red+Green+Blue) = 106+220+13=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADC0D is #9523F2. Grayscale: #A3A3A3. Windows color (decimal): -9774067 or 908394. OLE color: 908394.
HSL color Cylindrical-coordinate representation of color #6ADC0D: hue angle of 93.04º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6ADC0D is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 13 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.14 |
| HSL | 93.04º | 0.89% | 0.46% | - |
| HSV(B) | 93.04º | 0.94% | 0.86% | - |
| XYZ | 31.61 | 54.28 | 9.19 | - |
| YUV | 162.32 | 43.73 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 13 | 0.52 | 0 | 0.94 | 0.14 | 93.04 | 0.89 | 0.46 |
| Hex | 6A | DC | D | 34 | 0 | 5E | E | 5D | 59 | 2E |
| Octal | 152 | 334 | 15 | 64 | 0 | 136 | 16 | 135 | 131 | 56 |
| Binary | 1101010 | 11011100 | 1101 | 110100 | 0 | 1011110 | 1110 | 1011101 | 1011001 | 101110 |
Color Harmonies of #6ADC0D
Complementary color
Monochromatic Colors of #6ADC0D
Black with #6ADC0D
Text Example
Text Example
White with #6ADC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC0D; }
p { color: rgb(106,220,13); }
H1.HeaderClassName
{
color: #6ADC0D;
}
.AnyTagClassName
{
color: #6ADC0D;
}
</style>
background-color css
<style>
a { background-color: #6ADC0D; }
a { background-color: rgb(106,220,13); }
div.DivClassName
{
background-color: #6ADC0D;
}
.BgClassName
{
background-color: #6ADC0D;
}
</style>
border-color css
<style>
span { border-color: #6ADC0D; }
span { border-color: rgb(106,220,13); }
td.TdClassName
{
border-color: #6ADC0D;
}
.TagClassName
{
border-color: #6ADC0D;
}
</style>