Shades of Kelly Green #6ACC20
Tints of Kelly Green #6ACC20
RGB
CMYK
RGB Variations
Color information
#6ACC20 (or 0x6ACC20) is known color: Kelly Green. HEX triplet: 6A, CC and 20. RGB value is (106,204,32). Sum of RGB (Red+Green+Blue) = 106+204+32=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACC20 is #9533DF. Grayscale: #9B9B9B. Windows color (decimal): -9778144 or 2149482. OLE color: 2149482.
HSL color Cylindrical-coordinate representation of color #6ACC20: hue angle of 94.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6ACC20 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 32 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.2 |
| HSL | 94.19º | 0.73% | 0.46% | - |
| HSV(B) | 94.19º | 0.84% | 0.8% | - |
| XYZ | 27.8 | 46.35 | 8.85 | - |
| YUV | 155.09 | 58.53 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 32 | 0.48 | 0 | 0.84 | 0.2 | 94.19 | 0.73 | 0.46 |
| Hex | 6A | CC | 20 | 30 | 0 | 54 | 14 | 5E | 49 | 2E |
| Octal | 152 | 314 | 40 | 60 | 0 | 124 | 24 | 136 | 111 | 56 |
| Binary | 1101010 | 11001100 | 100000 | 110000 | 0 | 1010100 | 10100 | 1011110 | 1001001 | 101110 |
Color Harmonies of #6ACC20
Complementary color
Monochromatic Colors of #6ACC20
Black with #6ACC20
Text Example
Text Example
White with #6ACC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC20; }
p { color: rgb(106,204,32); }
H1.HeaderClassName
{
color: #6ACC20;
}
.AnyTagClassName
{
color: #6ACC20;
}
</style>
background-color css
<style>
a { background-color: #6ACC20; }
a { background-color: rgb(106,204,32); }
div.DivClassName
{
background-color: #6ACC20;
}
.BgClassName
{
background-color: #6ACC20;
}
</style>
border-color css
<style>
span { border-color: #6ACC20; }
span { border-color: rgb(106,204,32); }
td.TdClassName
{
border-color: #6ACC20;
}
.TagClassName
{
border-color: #6ACC20;
}
</style>