#4AAA1C

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

Shades of Kelly Green #4AAA1C

Tints of Kelly Green #4AAA1C

Color information

#4AAA1C (or 0x4AAA1C) is unknown color: approx Kelly Green. HEX triplet: 4A, AA and 1C. RGB value is (74,170,28). Sum of RGB (Red+Green+Blue) = 74+170+28=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 170 (66.80% from 255 or 62.5% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA1C is #B555E3. Grayscale: #7D7D7D. Windows color (decimal): -11884004 or 1878602. OLE color: 1878602.

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

Color convert

RGB7417028-
CMYK0.5600.840.33
HSL100.56º71.72%38.82%-
HSV(B)100.56º83.53%66.67%-
XYZ17.4130.296.03-
YUV125.1173.291.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.21%
GREEN value IS 170 (66.80% from 255) = 62.5%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=27.21%
G=62.5%
B=10.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74170280.5600.840.33100.5671.7238.82
Hex4AAA1C3805421654827
Octal112252347001244114511047
Binary100101010101010111001110000101010010000111001011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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