#A1D920

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

Shades of Inch Worm #A1D920

Tints of Inch Worm #A1D920

Color information

#A1D920 (or 0xA1D920) is unknown color: approx Inch Worm. HEX triplet: A1, D9 and 20. RGB value is (161,217,32). Sum of RGB (Red+Green+Blue) = 161+217+32=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D920 is #5E26DF. Grayscale: #B3B3B3. Windows color (decimal): -6170336 or 2152865. OLE color: 2152865.

HSL color Cylindrical-coordinate representation of color #A1D920: hue angle of 78.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1D920 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB16121732-
CMYK0.2600.850.15
HSL78.16º74.3%48.82%-
HSV(B)78.16º85.25%85.1%-
XYZ39.7757.3110.33-
YUV179.1744.95115.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 217 (85.16% from 255) = 52.93%
BLUE value IS 32 (12.89% from 255) = 7.80%
R=39.27%
G=52.93%
B=7.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161217320.2600.850.1578.1674.348.82
HexA1D9201A055F4e4a31
Octal241331403201251711611261
Binary10100001110110011000001101001010101111110011101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D920; }

 p { color: rgb(161,217,32); }

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

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

 a { background-color: rgb(161,217,32); }

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

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

 span { border-color: rgb(161,217,32); }

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