#4AA510

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

Shades of Kelly Green #4AA510

Tints of Kelly Green #4AA510

Color information

#4AA510 (or 0x4AA510) is unknown color: approx Kelly Green. HEX triplet: 4A, A5 and 10. RGB value is (74,165,16). Sum of RGB (Red+Green+Blue) = 74+165+16=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 165 (64.84% from 255 or 64.71% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA510 is #B55AEF. Grayscale: #797979. Windows color (decimal): -11885296 or 1090890. OLE color: 1090890.

HSL color Cylindrical-coordinate representation of color #4AA510: hue angle of 96.64º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AA510 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB7416516-
CMYK0.5500.900.35
HSL96.64º82.32%35.49%-
HSV(B)96.64º90.3%64.71%-
XYZ16.3728.45.11-
YUV120.868.8594.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.02%
GREEN value IS 165 (64.84% from 255) = 64.71%
BLUE value IS 16 (6.64% from 255) = 6.27%
R=29.02%
G=64.71%
B=6.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74165160.5500.900.3596.6482.3235.49
Hex4AA5103705A23615223
Octal112245206701324314112243
Binary100101010100101100001101110101101010001111000011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,165,16); }

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

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

 a { background-color: rgb(74,165,16); }

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

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

 span { border-color: rgb(74,165,16); }

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