Shades of Kelly Green #6AD020
Tints of Kelly Green #6AD020
RGB
CMYK
RGB Variations
Color information
#6AD020 (or 0x6AD020) is known color: Kelly Green. HEX triplet: 6A, D0 and 20. RGB value is (106,208,32). Sum of RGB (Red+Green+Blue) = 106+208+32=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD020 is #952FDF. Grayscale: #9E9E9E. Windows color (decimal): -9777120 or 2150506. OLE color: 2150506.
HSL color Cylindrical-coordinate representation of color #6AD020: hue angle of 94.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AD020 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 32 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.18 |
| HSL | 94.77º | 0.73% | 0.47% | - |
| HSV(B) | 94.77º | 0.85% | 0.82% | - |
| XYZ | 28.76 | 48.28 | 9.17 | - |
| YUV | 157.44 | 57.21 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 32 | 0.49 | 0 | 0.85 | 0.18 | 94.77 | 0.73 | 0.47 |
| Hex | 6A | D0 | 20 | 31 | 0 | 55 | 12 | 5F | 49 | 2F |
| Octal | 152 | 320 | 40 | 61 | 0 | 125 | 22 | 137 | 111 | 57 |
| Binary | 1101010 | 11010000 | 100000 | 110001 | 0 | 1010101 | 10010 | 1011111 | 1001001 | 101111 |
Color Harmonies of #6AD020
Complementary color
Monochromatic Colors of #6AD020
Black with #6AD020
Text Example
Text Example
White with #6AD020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD020; }
p { color: rgb(106,208,32); }
H1.HeaderClassName
{
color: #6AD020;
}
.AnyTagClassName
{
color: #6AD020;
}
</style>
background-color css
<style>
a { background-color: #6AD020; }
a { background-color: rgb(106,208,32); }
div.DivClassName
{
background-color: #6AD020;
}
.BgClassName
{
background-color: #6AD020;
}
</style>
border-color css
<style>
span { border-color: #6AD020; }
span { border-color: rgb(106,208,32); }
td.TdClassName
{
border-color: #6AD020;
}
.TagClassName
{
border-color: #6AD020;
}
</style>