#AAD316

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

Shades of Inch Worm #AAD316

Tints of Inch Worm #AAD316

Color information

#AAD316 (or 0xAAD316) is unknown color: approx Inch Worm. HEX triplet: AA, D3 and 16. RGB value is (170,211,22). Sum of RGB (Red+Green+Blue) = 170+211+22=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD316 is #552CE9. Grayscale: #B1B1B1. Windows color (decimal): -5582058 or 1495978. OLE color: 1495978.

HSL color Cylindrical-coordinate representation of color #AAD316: hue angle of 73.02º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAD316 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB17021122-
CMYK0.1900.900.17
HSL73.02º81.12%45.69%-
HSV(B)73.02º89.57%82.75%-
XYZ40.0255.199.3-
YUV177.240.42122.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 211 (82.81% from 255) = 52.36%
BLUE value IS 22 (8.98% from 255) = 5.46%
R=42.18%
G=52.36%
B=5.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170211220.1900.900.1773.0281.1245.69
HexAAD3161305A1149512e
Octal252323262301322111112156
Binary10101010110100111011010011010110101000110010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD316; }

 p { color: rgb(170,211,22); }

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

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

 a { background-color: rgb(170,211,22); }

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

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

 span { border-color: rgb(170,211,22); }

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