Shades of Kelly Green #6AD20C
Tints of Kelly Green #6AD20C
RGB
CMYK
RGB Variations
Color information
#6AD20C (or 0x6AD20C) is known color: Kelly Green. HEX triplet: 6A, D2 and 0C. RGB value is (106,210,12). Sum of RGB (Red+Green+Blue) = 106+210+12=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD20C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD20C is #952DF3. Grayscale: #9D9D9D. Windows color (decimal): -9776628 or 840298. OLE color: 840298.
HSL color Cylindrical-coordinate representation of color #6AD20C: hue angle of 91.52º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AD20C is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 12 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.18 |
| HSL | 91.52º | 0.89% | 0.44% | - |
| HSV(B) | 91.52º | 0.94% | 0.82% | - |
| XYZ | 29.06 | 49.18 | 8.31 | - |
| YUV | 156.33 | 46.54 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 12 | 0.50 | 0 | 0.94 | 0.18 | 91.52 | 0.89 | 0.44 |
| Hex | 6A | D2 | C | 32 | 0 | 5E | 12 | 5C | 59 | 2C |
| Octal | 152 | 322 | 14 | 62 | 0 | 136 | 22 | 134 | 131 | 54 |
| Binary | 1101010 | 11010010 | 1100 | 110010 | 0 | 1011110 | 10010 | 1011100 | 1011001 | 101100 |
Color Harmonies of #6AD20C
Complementary color
Monochromatic Colors of #6AD20C
Black with #6AD20C
Text Example
Text Example
White with #6AD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD20C; }
p { color: rgb(106,210,12); }
H1.HeaderClassName
{
color: #6AD20C;
}
.AnyTagClassName
{
color: #6AD20C;
}
</style>
background-color css
<style>
a { background-color: #6AD20C; }
a { background-color: rgb(106,210,12); }
div.DivClassName
{
background-color: #6AD20C;
}
.BgClassName
{
background-color: #6AD20C;
}
</style>
border-color css
<style>
span { border-color: #6AD20C; }
span { border-color: rgb(106,210,12); }
td.TdClassName
{
border-color: #6AD20C;
}
.TagClassName
{
border-color: #6AD20C;
}
</style>