Shades of Kelly Green #6AD614
Tints of Kelly Green #6AD614
RGB
CMYK
RGB Variations
Color information
#6AD614 (or 0x6AD614) is known color: Kelly Green. HEX triplet: 6A, D6 and 14. RGB value is (106,214,20). Sum of RGB (Red+Green+Blue) = 106+214+20=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 214 (83.98% from 255 or 62.94% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD614 is #9529EB. Grayscale: #A0A0A0. Windows color (decimal): -9775596 or 1365610. OLE color: 1365610.
HSL color Cylindrical-coordinate representation of color #6AD614: hue angle of 93.4º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AD614 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 20 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.16 |
| HSL | 93.4º | 0.83% | 0.46% | - |
| HSV(B) | 93.4º | 0.91% | 0.84% | - |
| XYZ | 30.12 | 51.21 | 8.96 | - |
| YUV | 159.59 | 49.22 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 20 | 0.50 | 0 | 0.91 | 0.16 | 93.4 | 0.83 | 0.46 |
| Hex | 6A | D6 | 14 | 32 | 0 | 5B | 10 | 5D | 53 | 2E |
| Octal | 152 | 326 | 24 | 62 | 0 | 133 | 20 | 135 | 123 | 56 |
| Binary | 1101010 | 11010110 | 10100 | 110010 | 0 | 1011011 | 10000 | 1011101 | 1010011 | 101110 |
Color Harmonies of #6AD614
Complementary color
Monochromatic Colors of #6AD614
Black with #6AD614
Text Example
Text Example
White with #6AD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD614; }
p { color: rgb(106,214,20); }
H1.HeaderClassName
{
color: #6AD614;
}
.AnyTagClassName
{
color: #6AD614;
}
</style>
background-color css
<style>
a { background-color: #6AD614; }
a { background-color: rgb(106,214,20); }
div.DivClassName
{
background-color: #6AD614;
}
.BgClassName
{
background-color: #6AD614;
}
</style>
border-color css
<style>
span { border-color: #6AD614; }
span { border-color: rgb(106,214,20); }
td.TdClassName
{
border-color: #6AD614;
}
.TagClassName
{
border-color: #6AD614;
}
</style>