#4AA412

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

Shades of Kelly Green #4AA412

Tints of Kelly Green #4AA412

Color information

#4AA412 (or 0x4AA412) is unknown color: approx Kelly Green. HEX triplet: 4A, A4 and 12. RGB value is (74,164,18). Sum of RGB (Red+Green+Blue) = 74+164+18=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA412 is #B55BED. Grayscale: #787878. Windows color (decimal): -11885550 or 1221706. OLE color: 1221706.

HSL color Cylindrical-coordinate representation of color #4AA412: hue angle of 96.99º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AA412 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB7416418-
CMYK0.5500.890.36
HSL96.99º80.22%35.69%-
HSV(B)96.99º89.02%64.31%-
XYZ16.2128.055.13-
YUV120.4570.1894.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 164 (64.45% from 255) = 64.06%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=28.91%
G=64.06%
B=7.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74164180.5500.890.3696.9980.2235.69
Hex4AA4123705924615024
Octal112244226701314414112044
Binary100101010100100100101101110101100110010011000011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,164,18); }

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

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

 a { background-color: rgb(74,164,18); }

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

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

 span { border-color: rgb(74,164,18); }

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