Shades of Kelly Green #3AAA22
Tints of Kelly Green #3AAA22
RGB
CMYK
RGB Variations
Color information
#3AAA22 (or 0x3AAA22) is known color: Kelly Green. HEX triplet: 3A, AA and 22. RGB value is (58,170,34). Sum of RGB (Red+Green+Blue) = 58+170+34=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA22 is #C555DD. Grayscale: #797979. Windows color (decimal): -12932574 or 2271802. OLE color: 2271802.
HSL color Cylindrical-coordinate representation of color #3AAA22: hue angle of 109.41º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AAA22 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 34 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.33 |
| HSL | 109.41º | 0.67% | 0.4% | - |
| HSV(B) | 109.41º | 0.8% | 0.67% | - |
| XYZ | 16.41 | 29.76 | 6.39 | - |
| YUV | 121.01 | 78.89 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 34 | 0.66 | 0 | 0.80 | 0.33 | 109.41 | 0.67 | 0.4 |
| Hex | 3A | AA | 22 | 42 | 0 | 50 | 21 | 6D | 43 | 28 |
| Octal | 72 | 252 | 42 | 102 | 0 | 120 | 41 | 155 | 103 | 50 |
| Binary | 111010 | 10101010 | 100010 | 1000010 | 0 | 1010000 | 100001 | 1101101 | 1000011 | 101000 |
Color Harmonies of #3AAA22
Complementary color
Monochromatic Colors of #3AAA22
Black with #3AAA22
Text Example
Text Example
White with #3AAA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA22; }
p { color: rgb(58,170,34); }
H1.HeaderClassName
{
color: #3AAA22;
}
.AnyTagClassName
{
color: #3AAA22;
}
</style>
background-color css
<style>
a { background-color: #3AAA22; }
a { background-color: rgb(58,170,34); }
div.DivClassName
{
background-color: #3AAA22;
}
.BgClassName
{
background-color: #3AAA22;
}
</style>
border-color css
<style>
span { border-color: #3AAA22; }
span { border-color: rgb(58,170,34); }
td.TdClassName
{
border-color: #3AAA22;
}
.TagClassName
{
border-color: #3AAA22;
}
</style>