Shades of Kelly Green #3AAD20
Tints of Kelly Green #3AAD20
RGB
CMYK
RGB Variations
Color information
#3AAD20 (or 0x3AAD20) is known color: Kelly Green. HEX triplet: 3A, AD and 20. RGB value is (58,173,32). Sum of RGB (Red+Green+Blue) = 58+173+32=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD20 is #C552DF. Grayscale: #7A7A7A. Windows color (decimal): -12931808 or 2141498. OLE color: 2141498.
HSL color Cylindrical-coordinate representation of color #3AAD20: hue angle of 108.94º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AAD20 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 32 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.32 |
| HSL | 108.94º | 0.69% | 0.4% | - |
| HSV(B) | 108.94º | 0.82% | 0.68% | - |
| XYZ | 16.95 | 30.89 | 6.44 | - |
| YUV | 122.54 | 76.9 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 32 | 0.66 | 0 | 0.82 | 0.32 | 108.94 | 0.69 | 0.4 |
| Hex | 3A | AD | 20 | 42 | 0 | 52 | 20 | 6D | 45 | 28 |
| Octal | 72 | 255 | 40 | 102 | 0 | 122 | 40 | 155 | 105 | 50 |
| Binary | 111010 | 10101101 | 100000 | 1000010 | 0 | 1010010 | 100000 | 1101101 | 1000101 | 101000 |
Color Harmonies of #3AAD20
Complementary color
Monochromatic Colors of #3AAD20
Black with #3AAD20
Text Example
Text Example
White with #3AAD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD20; }
p { color: rgb(58,173,32); }
H1.HeaderClassName
{
color: #3AAD20;
}
.AnyTagClassName
{
color: #3AAD20;
}
</style>
background-color css
<style>
a { background-color: #3AAD20; }
a { background-color: rgb(58,173,32); }
div.DivClassName
{
background-color: #3AAD20;
}
.BgClassName
{
background-color: #3AAD20;
}
</style>
border-color css
<style>
span { border-color: #3AAD20; }
span { border-color: rgb(58,173,32); }
td.TdClassName
{
border-color: #3AAD20;
}
.TagClassName
{
border-color: #3AAD20;
}
</style>