Shades of Kelly Green #3AAA1D
Tints of Kelly Green #3AAA1D
RGB
CMYK
RGB Variations
Color information
#3AAA1D (or 0x3AAA1D) is known color: Kelly Green. HEX triplet: 3A, AA and 1D. RGB value is (58,170,29). Sum of RGB (Red+Green+Blue) = 58+170+29=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA1D is #C555E2. Grayscale: #787878. Windows color (decimal): -12932579 or 1944122. OLE color: 1944122.
HSL color Cylindrical-coordinate representation of color #3AAA1D: hue angle of 107.66º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AAA1D is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 29 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.33 |
| HSL | 107.66º | 0.71% | 0.39% | - |
| HSV(B) | 107.66º | 0.83% | 0.67% | - |
| XYZ | 16.34 | 29.74 | 6.04 | - |
| YUV | 120.44 | 76.39 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 29 | 0.66 | 0 | 0.83 | 0.33 | 107.66 | 0.71 | 0.39 |
| Hex | 3A | AA | 1D | 42 | 0 | 53 | 21 | 6C | 47 | 27 |
| Octal | 72 | 252 | 35 | 102 | 0 | 123 | 41 | 154 | 107 | 47 |
| Binary | 111010 | 10101010 | 11101 | 1000010 | 0 | 1010011 | 100001 | 1101100 | 1000111 | 100111 |
Color Harmonies of #3AAA1D
Complementary color
Monochromatic Colors of #3AAA1D
Black with #3AAA1D
Text Example
Text Example
White with #3AAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA1D; }
p { color: rgb(58,170,29); }
H1.HeaderClassName
{
color: #3AAA1D;
}
.AnyTagClassName
{
color: #3AAA1D;
}
</style>
background-color css
<style>
a { background-color: #3AAA1D; }
a { background-color: rgb(58,170,29); }
div.DivClassName
{
background-color: #3AAA1D;
}
.BgClassName
{
background-color: #3AAA1D;
}
</style>
border-color css
<style>
span { border-color: #3AAA1D; }
span { border-color: rgb(58,170,29); }
td.TdClassName
{
border-color: #3AAA1D;
}
.TagClassName
{
border-color: #3AAA1D;
}
</style>