#A9D316

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

Shades of Inch Worm #A9D316

Tints of Inch Worm #A9D316

Color information

#A9D316 (or 0xA9D316) is unknown color: approx Inch Worm. HEX triplet: A9, D3 and 16. RGB value is (169,211,22). Sum of RGB (Red+Green+Blue) = 169+211+22=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D316 is #562CE9. Grayscale: #B1B1B1. Windows color (decimal): -5647594 or 1495977. OLE color: 1495977.

HSL color Cylindrical-coordinate representation of color #A9D316: hue angle of 73.33º 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 #A9D316 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB16921122-
CMYK0.2000.900.17
HSL73.33º81.12%45.69%-
HSV(B)73.33º89.57%82.75%-
XYZ39.855.089.29-
YUV176.940.59122.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 211 (82.81% from 255) = 52.49%
BLUE value IS 22 (8.98% from 255) = 5.47%
R=42.04%
G=52.49%
B=5.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal169211220.2000.900.1773.3381.1245.69
HexA9D3161405A1149512e
Octal251323262401322111112156
Binary10101001110100111011010100010110101000110010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D316; }

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

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

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

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

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

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

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

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