#A4DD11

Color #A4DD11 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A4DD11

Tints of Inch Worm #A4DD11

Color information

#A4DD11 (or 0xA4DD11) is unknown color: approx Inch Worm. HEX triplet: A4, DD and 11. RGB value is (164,221,17). Sum of RGB (Red+Green+Blue) = 164+221+17=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4DD11 is #5B22EE. Grayscale: #B5B5B5. Windows color (decimal): -5972719 or 1170852. OLE color: 1170852.

HSL color Cylindrical-coordinate representation of color #A4DD11: hue angle of 76.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4DD11 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB16422117-
CMYK0.2600.920.13
HSL76.76º85.71%46.67%-
HSV(B)76.76º92.31%86.67%-
XYZ41.2759.659.87-
YUV180.735.62116.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 221 (86.72% from 255) = 54.98%
BLUE value IS 17 (7.03% from 255) = 4.23%
R=40.80%
G=54.98%
B=4.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164221170.2600.920.1376.7685.7146.67
HexA4DD111A05CD4d562f
Octal244335213201341511512657
Binary1010010011011101100011101001011100110110011011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DD11; }

 p { color: rgb(164,221,17); }

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

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

 a { background-color: rgb(164,221,17); }

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

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

 span { border-color: rgb(164,221,17); }

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