Shades of Kelly Green #6AD72A
Tints of Kelly Green #6AD72A
RGB
CMYK
RGB Variations
Color information
#6AD72A (or 0x6AD72A) is known color: Kelly Green. HEX triplet: 6A, D7 and 2A. RGB value is (106,215,42). Sum of RGB (Red+Green+Blue) = 106+215+42=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD72A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD72A is #9528D5. Grayscale: #A3A3A3. Windows color (decimal): -9775318 or 2807658. OLE color: 2807658.
HSL color Cylindrical-coordinate representation of color #6AD72A: hue angle of 97.8º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6AD72A is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 42 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.16 |
| HSL | 97.8º | 0.68% | 0.5% | - |
| HSV(B) | 97.8º | 0.8% | 0.84% | - |
| XYZ | 30.66 | 51.83 | 10.58 | - |
| YUV | 162.69 | 59.89 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 42 | 0.51 | 0 | 0.80 | 0.16 | 97.8 | 0.68 | 0.5 |
| Hex | 6A | D7 | 2A | 33 | 0 | 50 | 10 | 62 | 44 | 32 |
| Octal | 152 | 327 | 52 | 63 | 0 | 120 | 20 | 142 | 104 | 62 |
| Binary | 1101010 | 11010111 | 101010 | 110011 | 0 | 1010000 | 10000 | 1100010 | 1000100 | 110010 |
Color Harmonies of #6AD72A
Complementary color
Monochromatic Colors of #6AD72A
Black with #6AD72A
Text Example
Text Example
White with #6AD72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD72A; }
p { color: rgb(106,215,42); }
H1.HeaderClassName
{
color: #6AD72A;
}
.AnyTagClassName
{
color: #6AD72A;
}
</style>
background-color css
<style>
a { background-color: #6AD72A; }
a { background-color: rgb(106,215,42); }
div.DivClassName
{
background-color: #6AD72A;
}
.BgClassName
{
background-color: #6AD72A;
}
</style>
border-color css
<style>
span { border-color: #6AD72A; }
span { border-color: rgb(106,215,42); }
td.TdClassName
{
border-color: #6AD72A;
}
.TagClassName
{
border-color: #6AD72A;
}
</style>