#A2DD1E

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

Shades of Inch Worm #A2DD1E

Tints of Inch Worm #A2DD1E

Color information

#A2DD1E (or 0xA2DD1E) is unknown color: approx Inch Worm. HEX triplet: A2, DD and 1E. RGB value is (162,221,30). Sum of RGB (Red+Green+Blue) = 162+221+30=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD1E is #5D22E1. Grayscale: #B6B6B6. Windows color (decimal): -6103778 or 2022818. OLE color: 2022818.

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

Color convert

RGB16222130-
CMYK0.2700.860.13
HSL78.53º76.1%49.22%-
HSV(B)78.53º86.43%86.67%-
XYZ40.9959.4910.55-
YUV181.5842.45114.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 221 (86.72% from 255) = 53.51%
BLUE value IS 30 (12.11% from 255) = 7.26%
R=39.23%
G=53.51%
B=7.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162221300.2700.860.1378.5376.149.22
HexA2DD1E1B056D4f4c31
Octal242335363301261511711461
Binary1010001011011101111101101101010110110110011111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DD1E; }

 p { color: rgb(162,221,30); }

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

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

 a { background-color: rgb(162,221,30); }

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

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

 span { border-color: rgb(162,221,30); }

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