#4AA100

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

Shades of Kelly Green #4AA100

Tints of Kelly Green #4AA100

Color information

#4AA100 (or 0x4AA100) is unknown color: approx Kelly Green. HEX triplet: 4A, A1 and 00. RGB value is (74,161,0). Sum of RGB (Red+Green+Blue) = 74+161+0=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 161 (63.28% from 255 or 68.51% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA100 is #B55EFF. Grayscale: #757575. Windows color (decimal): -11886336 or 41290. OLE color: 41290.

HSL color Cylindrical-coordinate representation of color #4AA100: hue angle of 92.42º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AA100 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB741610-
CMYK0.54010.37
HSL92.42º100%31.57%-
HSV(B)92.42º100%63.14%-
XYZ15.5726.954.38-
YUV116.6362.1897.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 161 (63.28% from 255) = 68.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.49%
G=68.51%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal7416100.54010.3792.4210031.57
Hex4AA1036064255c6420
Octal11224106601444513414440
Binary10010101010000101101100110010010010110111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,161,0); }

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

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

 a { background-color: rgb(74,161,0); }

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

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

 span { border-color: rgb(74,161,0); }

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