#AADD1C

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

Shades of Inch Worm #AADD1C

Tints of Inch Worm #AADD1C

Color information

#AADD1C (or 0xAADD1C) is unknown color: approx Inch Worm. HEX triplet: AA, DD and 1C. RGB value is (170,221,28). Sum of RGB (Red+Green+Blue) = 170+221+28=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD1C is #5522E3. Grayscale: #B8B8B8. Windows color (decimal): -5579492 or 1891754. OLE color: 1891754.

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

Color convert

RGB17022128-
CMYK0.2300.870.13
HSL75.85º77.51%48.82%-
HSV(B)75.85º87.33%86.67%-
XYZ42.6460.3410.5-
YUV183.7540.1118.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 28 (11.33% from 255) = 6.68%
R=40.57%
G=52.74%
B=6.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170221280.2300.870.1375.8577.5148.82
HexAADD1C17057D4c4e31
Octal252335342701271511411661
Binary1010101011011101111001011101010111110110011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD1C; }

 p { color: rgb(170,221,28); }

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

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

 a { background-color: rgb(170,221,28); }

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

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

 span { border-color: rgb(170,221,28); }

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