Shades of Kelly Green #6ADA1D
Tints of Kelly Green #6ADA1D
RGB
CMYK
RGB Variations
Color information
#6ADA1D (or 0x6ADA1D) is known color: Kelly Green. HEX triplet: 6A, DA and 1D. RGB value is (106,218,29). Sum of RGB (Red+Green+Blue) = 106+218+29=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADA1D is #9525E2. Grayscale: #A3A3A3. Windows color (decimal): -9774563 or 1956458. OLE color: 1956458.
HSL color Cylindrical-coordinate representation of color #6ADA1D: hue angle of 95.56º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6ADA1D is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 29 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.15 |
| HSL | 95.56º | 0.77% | 0.48% | - |
| HSV(B) | 95.56º | 0.87% | 0.85% | - |
| XYZ | 31.24 | 53.3 | 9.8 | - |
| YUV | 162.97 | 52.39 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 29 | 0.51 | 0 | 0.87 | 0.15 | 95.56 | 0.77 | 0.48 |
| Hex | 6A | DA | 1D | 33 | 0 | 57 | F | 60 | 4D | 30 |
| Octal | 152 | 332 | 35 | 63 | 0 | 127 | 17 | 140 | 115 | 60 |
| Binary | 1101010 | 11011010 | 11101 | 110011 | 0 | 1010111 | 1111 | 1100000 | 1001101 | 110000 |
Color Harmonies of #6ADA1D
Complementary color
Monochromatic Colors of #6ADA1D
Black with #6ADA1D
Text Example
Text Example
White with #6ADA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA1D; }
p { color: rgb(106,218,29); }
H1.HeaderClassName
{
color: #6ADA1D;
}
.AnyTagClassName
{
color: #6ADA1D;
}
</style>
background-color css
<style>
a { background-color: #6ADA1D; }
a { background-color: rgb(106,218,29); }
div.DivClassName
{
background-color: #6ADA1D;
}
.BgClassName
{
background-color: #6ADA1D;
}
</style>
border-color css
<style>
span { border-color: #6ADA1D; }
span { border-color: rgb(106,218,29); }
td.TdClassName
{
border-color: #6ADA1D;
}
.TagClassName
{
border-color: #6ADA1D;
}
</style>