#A5DA20

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

Shades of Inch Worm #A5DA20

Tints of Inch Worm #A5DA20

Color information

#A5DA20 (or 0xA5DA20) is unknown color: approx Inch Worm. HEX triplet: A5, DA and 20. RGB value is (165,218,32). Sum of RGB (Red+Green+Blue) = 165+218+32=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DA20 is #5A25DF. Grayscale: #B5B5B5. Windows color (decimal): -5907936 or 2153125. OLE color: 2153125.

HSL color Cylindrical-coordinate representation of color #A5DA20: hue angle of 77.1º 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 #A5DA20 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB16521832-
CMYK0.2400.850.15
HSL77.1º74.4%49.02%-
HSV(B)77.1º85.32%85.49%-
XYZ40.8558.2510.46-
YUV180.9543.94116.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 218 (85.55% from 255) = 52.53%
BLUE value IS 32 (12.89% from 255) = 7.71%
R=39.76%
G=52.53%
B=7.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165218320.2400.850.1577.174.449.02
HexA5DA2018055F4d4a31
Octal245332403001251711511261
Binary10100101110110101000001100001010101111110011011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DA20; }

 p { color: rgb(165,218,32); }

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

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

 a { background-color: rgb(165,218,32); }

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

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

 span { border-color: rgb(165,218,32); }

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