#AADE06

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

Shades of Inch Worm #AADE06

Tints of Inch Worm #AADE06

Color information

#AADE06 (or 0xAADE06) is unknown color: approx Inch Worm. HEX triplet: AA, DE and 06. RGB value is (170,222,6). Sum of RGB (Red+Green+Blue) = 170+222+6=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADE06 is #5521F9. Grayscale: #B6B6B6. Windows color (decimal): -5579258 or 450218. OLE color: 450218.

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

Color convert

RGB1702226-
CMYK0.2300.970.13
HSL74.44º94.74%44.71%-
HSV(B)74.44º97.3%87.06%-
XYZ42.7360.89.66-
YUV181.8328.77119.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 222 (87.11% from 255) = 55.78%
BLUE value IS 6 (2.73% from 255) = 1.51%
R=42.71%
G=55.78%
B=1.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17022260.2300.970.1374.4494.7444.71
HexAADE617061D4a5f2d
Octal25233662701411511213755
Binary10101010110111101101011101100001110110010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE06; }

 p { color: rgb(170,222,6); }

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

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

 a { background-color: rgb(170,222,6); }

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

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

 span { border-color: rgb(170,222,6); }

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