#4AA705

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

Shades of Kelly Green #4AA705

Tints of Kelly Green #4AA705

Color information

#4AA705 (or 0x4AA705) is unknown color: approx Kelly Green. HEX triplet: 4A, A7 and 05. RGB value is (74,167,5). Sum of RGB (Red+Green+Blue) = 74+167+5=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 167 (65.62% from 255 or 67.89% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 167 - color contains mainly: green. Hex color #4AA705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA705 is #B558FA. Grayscale: #797979. Windows color (decimal): -11884795 or 370506. OLE color: 370506.

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

Color convert

RGB741675-
CMYK0.5600.970.35
HSL94.44º94.19%33.73%-
HSV(B)94.44º97.01%65.49%-
XYZ16.6729.14.88-
YUV120.7262.6994.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.08%
GREEN value IS 167 (65.62% from 255) = 67.89%
BLUE value IS 5 (2.34% from 255) = 2.03%
R=30.08%
G=67.89%
B=2.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7416750.5600.970.3594.4494.1933.73
Hex4AA7538061235e5e22
Octal11224757001414313613642
Binary1001010101001111011110000110000110001110111101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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