#4AAD05

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

Shades of Kelly Green #4AAD05

Tints of Kelly Green #4AAD05

Color information

#4AAD05 (or 0x4AAD05) is unknown color: approx Kelly Green. HEX triplet: 4A, AD and 05. RGB value is (74,173,5). Sum of RGB (Red+Green+Blue) = 74+173+5=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAD05 is #B552FA. Grayscale: #7C7C7C. Windows color (decimal): -11883259 or 372042. OLE color: 372042.

HSL color Cylindrical-coordinate representation of color #4AAD05: hue angle of 95.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AAD05 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB741735-
CMYK0.5700.970.32
HSL95.36º94.38%34.9%-
HSV(B)95.36º97.11%67.84%-
XYZ17.831.355.26-
YUV124.2560.792.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.37%
GREEN value IS 173 (67.97% from 255) = 68.65%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=29.37%
G=68.65%
B=1.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7417350.5700.970.3295.3694.3834.9
Hex4AAD539061205f5e23
Octal11225557101414013713643
Binary1001010101011011011110010110000110000010111111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,173,5); }

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

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

 a { background-color: rgb(74,173,5); }

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

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

 span { border-color: rgb(74,173,5); }

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