#4AAA2C

Color #4AAA2C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4AAA2C

Tints of Kelly Green #4AAA2C

Color information

#4AAA2C (or 0x4AAA2C) is unknown color: approx Kelly Green. HEX triplet: 4A, AA and 2C. RGB value is (74,170,44). Sum of RGB (Red+Green+Blue) = 74+170+44=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA2C is #B555D3. Grayscale: #7F7F7F. Windows color (decimal): -11883988 or 2927178. OLE color: 2927178.

HSL color Cylindrical-coordinate representation of color #4AAA2C: hue angle of 105.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AAA2C is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB7417044-
CMYK0.5600.740.33
HSL105.71º58.88%41.96%-
HSV(B)105.71º74.12%66.67%-
XYZ17.6530.397.32-
YUV126.9381.290.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 25.69%
GREEN value IS 170 (66.80% from 255) = 59.03%
BLUE value IS 44 (17.58% from 255) = 15.28%
R=25.69%
G=59.03%
B=15.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74170440.5600.740.33105.7158.8841.96
Hex4AAA2C3804A216a3b2a
Octal11225254700112411527352
Binary100101010101010101100111000010010101000011101010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAA2C; }

 p { color: rgb(74,170,44); }

 H1.HeaderClassName
 {
   color: #4AAA2C;
 }
 .AnyTagClassName
 {
   color: #4AAA2C;
 }
</style>
background-color css

<style>
 a { background-color: #4AAA2C; }

 a { background-color: rgb(74,170,44); }

 div.DivClassName
 {
   background-color: #4AAA2C;
 }
 .BgClassName
 {
   background-color: #4AAA2C;
 }
</style>
border-color css

<style>
 span { border-color: #4AAA2C; }

 span { border-color: rgb(74,170,44); }

 td.TdClassName
 {
   border-color: #4AAA2C;
 }
 .TagClassName
 {
   border-color: #4AAA2C;
 }
</style>