#A5E00D

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

Shades of Inch Worm #A5E00D

Tints of Inch Worm #A5E00D

Color information

#A5E00D (or 0xA5E00D) is unknown color: approx Inch Worm. HEX triplet: A5, E0 and 0D. RGB value is (165,224,13). Sum of RGB (Red+Green+Blue) = 165+224+13=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E00D is #5A1FF2. Grayscale: #B7B7B7. Windows color (decimal): -5906419 or 909477. OLE color: 909477.

HSL color Cylindrical-coordinate representation of color #A5E00D: hue angle of 76.78º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5E00D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB16522413-
CMYK0.2600.940.12
HSL76.78º89.03%46.47%-
HSV(B)76.78º94.2%87.84%-
XYZ42.2561.349.99-
YUV182.332.45115.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 224 (87.89% from 255) = 55.72%
BLUE value IS 13 (5.47% from 255) = 3.23%
R=41.04%
G=55.72%
B=3.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165224130.2600.940.1276.7889.0346.47
HexA5E0D1A05EC4d592e
Octal245340153201361411513156
Binary101001011110000011011101001011110110010011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E00D; }

 p { color: rgb(165,224,13); }

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

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

 a { background-color: rgb(165,224,13); }

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

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

 span { border-color: rgb(165,224,13); }

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