Shades of Kelly Green #6AD10C
Tints of Kelly Green #6AD10C
RGB
CMYK
RGB Variations
Color information
#6AD10C (or 0x6AD10C) is known color: Kelly Green. HEX triplet: 6A, D1 and 0C. RGB value is (106,209,12). Sum of RGB (Red+Green+Blue) = 106+209+12=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 209 (82.03% from 255 or 63.91% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD10C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD10C is #952EF3. Grayscale: #9C9C9C. Windows color (decimal): -9776884 or 840042. OLE color: 840042.
HSL color Cylindrical-coordinate representation of color #6AD10C: hue angle of 91.37º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AD10C is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 12 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.18 |
| HSL | 91.37º | 0.89% | 0.43% | - |
| HSV(B) | 91.37º | 0.94% | 0.82% | - |
| XYZ | 28.81 | 48.69 | 8.23 | - |
| YUV | 155.75 | 46.88 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 12 | 0.49 | 0 | 0.94 | 0.18 | 91.37 | 0.89 | 0.43 |
| Hex | 6A | D1 | C | 31 | 0 | 5E | 12 | 5B | 59 | 2B |
| Octal | 152 | 321 | 14 | 61 | 0 | 136 | 22 | 133 | 131 | 53 |
| Binary | 1101010 | 11010001 | 1100 | 110001 | 0 | 1011110 | 10010 | 1011011 | 1011001 | 101011 |
Color Harmonies of #6AD10C
Complementary color
Monochromatic Colors of #6AD10C
Black with #6AD10C
Text Example
Text Example
White with #6AD10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD10C; }
p { color: rgb(106,209,12); }
H1.HeaderClassName
{
color: #6AD10C;
}
.AnyTagClassName
{
color: #6AD10C;
}
</style>
background-color css
<style>
a { background-color: #6AD10C; }
a { background-color: rgb(106,209,12); }
div.DivClassName
{
background-color: #6AD10C;
}
.BgClassName
{
background-color: #6AD10C;
}
</style>
border-color css
<style>
span { border-color: #6AD10C; }
span { border-color: rgb(106,209,12); }
td.TdClassName
{
border-color: #6AD10C;
}
.TagClassName
{
border-color: #6AD10C;
}
</style>