Shades of Kelly Green #6AD60E
Tints of Kelly Green #6AD60E
RGB
CMYK
RGB Variations
Color information
#6AD60E (or 0x6AD60E) is known color: Kelly Green. HEX triplet: 6A, D6 and 0E. RGB value is (106,214,14). Sum of RGB (Red+Green+Blue) = 106+214+14=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD60E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD60E is #9529F1. Grayscale: #9F9F9F. Windows color (decimal): -9775602 or 972394. OLE color: 972394.
HSL color Cylindrical-coordinate representation of color #6AD60E: hue angle of 92.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AD60E is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 14 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.16 |
| HSL | 92.4º | 0.88% | 0.45% | - |
| HSV(B) | 92.4º | 0.93% | 0.84% | - |
| XYZ | 30.07 | 51.19 | 8.71 | - |
| YUV | 158.91 | 46.22 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 14 | 0.50 | 0 | 0.93 | 0.16 | 92.4 | 0.88 | 0.45 |
| Hex | 6A | D6 | E | 32 | 0 | 5D | 10 | 5C | 58 | 2D |
| Octal | 152 | 326 | 16 | 62 | 0 | 135 | 20 | 134 | 130 | 55 |
| Binary | 1101010 | 11010110 | 1110 | 110010 | 0 | 1011101 | 10000 | 1011100 | 1011000 | 101101 |
Color Harmonies of #6AD60E
Complementary color
Monochromatic Colors of #6AD60E
Black with #6AD60E
Text Example
Text Example
White with #6AD60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD60E; }
p { color: rgb(106,214,14); }
H1.HeaderClassName
{
color: #6AD60E;
}
.AnyTagClassName
{
color: #6AD60E;
}
</style>
background-color css
<style>
a { background-color: #6AD60E; }
a { background-color: rgb(106,214,14); }
div.DivClassName
{
background-color: #6AD60E;
}
.BgClassName
{
background-color: #6AD60E;
}
</style>
border-color css
<style>
span { border-color: #6AD60E; }
span { border-color: rgb(106,214,14); }
td.TdClassName
{
border-color: #6AD60E;
}
.TagClassName
{
border-color: #6AD60E;
}
</style>