Shades of Kelly Green #4AAA34
Tints of Kelly Green #4AAA34
RGB
CMYK
RGB Variations
Color information
#4AAA34 (or 0x4AAA34) is known color: Kelly Green. HEX triplet: 4A, AA and 34. RGB value is (74,170,52). Sum of RGB (Red+Green+Blue) = 74+170+52=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA34 is #B555CB. Grayscale: #808080. Windows color (decimal): -11883980 or 3451466. OLE color: 3451466.
HSL color Cylindrical-coordinate representation of color #4AAA34: hue angle of 108.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AAA34 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 52 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.33 |
| HSL | 108.81º | 0.53% | 0.44% | - |
| HSV(B) | 108.81º | 0.69% | 0.67% | - |
| XYZ | 17.82 | 30.45 | 8.19 | - |
| YUV | 127.84 | 85.2 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 52 | 0.56 | 0 | 0.69 | 0.33 | 108.81 | 0.53 | 0.44 |
| Hex | 4A | AA | 34 | 38 | 0 | 45 | 21 | 6D | 35 | 2C |
| Octal | 112 | 252 | 64 | 70 | 0 | 105 | 41 | 155 | 65 | 54 |
| Binary | 1001010 | 10101010 | 110100 | 111000 | 0 | 1000101 | 100001 | 1101101 | 110101 | 101100 |
Color Harmonies of #4AAA34
Complementary color
Monochromatic Colors of #4AAA34
Black with #4AAA34
Text Example
Text Example
White with #4AAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA34; }
p { color: rgb(74,170,52); }
H1.HeaderClassName
{
color: #4AAA34;
}
.AnyTagClassName
{
color: #4AAA34;
}
</style>
background-color css
<style>
a { background-color: #4AAA34; }
a { background-color: rgb(74,170,52); }
div.DivClassName
{
background-color: #4AAA34;
}
.BgClassName
{
background-color: #4AAA34;
}
</style>
border-color css
<style>
span { border-color: #4AAA34; }
span { border-color: rgb(74,170,52); }
td.TdClassName
{
border-color: #4AAA34;
}
.TagClassName
{
border-color: #4AAA34;
}
</style>