Shades of Kelly Green #6ADC22
Tints of Kelly Green #6ADC22
RGB
CMYK
RGB Variations
Color information
#6ADC22 (or 0x6ADC22) is known color: Kelly Green. HEX triplet: 6A, DC and 22. RGB value is (106,220,34). Sum of RGB (Red+Green+Blue) = 106+220+34=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC22 is #9523DD. Grayscale: #A5A5A5. Windows color (decimal): -9774046 or 2284650. OLE color: 2284650.
HSL color Cylindrical-coordinate representation of color #6ADC22: hue angle of 96.77º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6ADC22 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 34 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.14 |
| HSL | 96.77º | 0.73% | 0.5% | - |
| HSV(B) | 96.77º | 0.85% | 0.86% | - |
| XYZ | 31.83 | 54.37 | 10.33 | - |
| YUV | 164.71 | 54.23 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 34 | 0.52 | 0 | 0.85 | 0.14 | 96.77 | 0.73 | 0.5 |
| Hex | 6A | DC | 22 | 34 | 0 | 55 | E | 61 | 49 | 32 |
| Octal | 152 | 334 | 42 | 64 | 0 | 125 | 16 | 141 | 111 | 62 |
| Binary | 1101010 | 11011100 | 100010 | 110100 | 0 | 1010101 | 1110 | 1100001 | 1001001 | 110010 |
Color Harmonies of #6ADC22
Complementary color
Monochromatic Colors of #6ADC22
Black with #6ADC22
Text Example
Text Example
White with #6ADC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC22; }
p { color: rgb(106,220,34); }
H1.HeaderClassName
{
color: #6ADC22;
}
.AnyTagClassName
{
color: #6ADC22;
}
</style>
background-color css
<style>
a { background-color: #6ADC22; }
a { background-color: rgb(106,220,34); }
div.DivClassName
{
background-color: #6ADC22;
}
.BgClassName
{
background-color: #6ADC22;
}
</style>
border-color css
<style>
span { border-color: #6ADC22; }
span { border-color: rgb(106,220,34); }
td.TdClassName
{
border-color: #6ADC22;
}
.TagClassName
{
border-color: #6ADC22;
}
</style>