#AADD14

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

Shades of Inch Worm #AADD14

Tints of Inch Worm #AADD14

Color information

#AADD14 (or 0xAADD14) is unknown color: approx Inch Worm. HEX triplet: AA, DD and 14. RGB value is (170,221,20). Sum of RGB (Red+Green+Blue) = 170+221+20=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD14 is #5522EB. Grayscale: #B7B7B7. Windows color (decimal): -5579500 or 1367466. OLE color: 1367466.

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

Color convert

RGB17022120-
CMYK0.2300.910.13
HSL75.22º83.4%47.25%-
HSV(B)75.22º90.95%86.67%-
XYZ42.5660.3110.06-
YUV182.8436.1118.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 221 (86.72% from 255) = 53.77%
BLUE value IS 20 (8.20% from 255) = 4.87%
R=41.36%
G=53.77%
B=4.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170221200.2300.910.1375.2283.447.25
HexAADD141705BD4b532f
Octal252335242701331511312357
Binary1010101011011101101001011101011011110110010111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD14; }

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

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

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

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

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

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

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

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