#4AC50C

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

Shades of Kelly Green #4AC50C

Tints of Kelly Green #4AC50C

Color information

#4AC50C (or 0x4AC50C) is unknown color: approx Kelly Green. HEX triplet: 4A, C5 and 0C. RGB value is (74,197,12). Sum of RGB (Red+Green+Blue) = 74+197+12=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 197 (77.34% from 255 or 69.61% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC50C is #B53AF3. Grayscale: #8B8B8B. Windows color (decimal): -11877108 or 836938. OLE color: 836938.

HSL color Cylindrical-coordinate representation of color #4AC50C: hue angle of 99.89º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AC50C is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB7419712-
CMYK0.6200.940.23
HSL99.89º88.52%40.98%-
HSV(B)99.89º93.91%77.25%-
XYZ22.8641.417.14-
YUV139.1356.2581.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.15%
GREEN value IS 197 (77.34% from 255) = 69.61%
BLUE value IS 12 (5.08% from 255) = 4.24%
R=26.15%
G=69.61%
B=4.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal74197120.6200.940.2399.8988.5240.98
Hex4AC5C3E05E17645929
Octal112305147601362714413151
Binary1001010110001011100111110010111101011111001001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,197,12); }

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

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

 a { background-color: rgb(74,197,12); }

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

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

 span { border-color: rgb(74,197,12); }

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