#A5E41C

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

Shades of Inch Worm #A5E41C

Tints of Inch Worm #A5E41C

Color information

#A5E41C (or 0xA5E41C) is unknown color: approx Inch Worm. HEX triplet: A5, E4 and 1C. RGB value is (165,228,28). Sum of RGB (Red+Green+Blue) = 165+228+28=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E41C is #5A1BE3. Grayscale: #BBBBBB. Windows color (decimal): -5905380 or 1893541. OLE color: 1893541.

HSL color Cylindrical-coordinate representation of color #A5E41C: hue angle of 78.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5E41C is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB16522828-
CMYK0.2800.880.11
HSL78.9º78.74%50.2%-
HSV(B)78.9º87.72%89.41%-
XYZ43.4763.5711.08-
YUV186.3638.63112.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 228 (89.45% from 255) = 54.16%
BLUE value IS 28 (11.33% from 255) = 6.65%
R=39.19%
G=54.16%
B=6.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165228280.2800.880.1178.978.7450.2
HexA5E41C1C058B4f4f32
Octal245344343401301311711762
Binary1010010111100100111001110001011000101110011111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E41C; }

 p { color: rgb(165,228,28); }

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

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

 a { background-color: rgb(165,228,28); }

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

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

 span { border-color: rgb(165,228,28); }

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