#AAD20D

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

Shades of Inch Worm #AAD20D

Tints of Inch Worm #AAD20D

Color information

#AAD20D (or 0xAAD20D) is unknown color: approx Inch Worm. HEX triplet: AA, D2 and 0D. RGB value is (170,210,13). Sum of RGB (Red+Green+Blue) = 170+210+13=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD20D is #552DF2. Grayscale: #B0B0B0. Windows color (decimal): -5582323 or 905898. OLE color: 905898.

HSL color Cylindrical-coordinate representation of color #AAD20D: hue angle of 72.18º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD20D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB17021013-
CMYK0.1900.940.18
HSL72.18º88.34%43.73%-
HSV(B)72.18º93.81%82.35%-
XYZ39.754.678.84-
YUV175.5836.25124.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 210 (82.42% from 255) = 53.44%
BLUE value IS 13 (5.47% from 255) = 3.31%
R=43.26%
G=53.44%
B=3.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170210130.1900.940.1872.1888.3443.73
HexAAD2D1305E1248582c
Octal252322152301362211013054
Binary1010101011010010110110011010111101001010010001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD20D; }

 p { color: rgb(170,210,13); }

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

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

 a { background-color: rgb(170,210,13); }

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

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

 span { border-color: rgb(170,210,13); }

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