#A5E026

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

Shades of Inch Worm #A5E026

Tints of Inch Worm #A5E026

Color information

#A5E026 (or 0xA5E026) is unknown color: approx Inch Worm. HEX triplet: A5, E0 and 26. RGB value is (165,224,38). Sum of RGB (Red+Green+Blue) = 165+224+38=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E026 is #5A1FD9. Grayscale: #B9B9B9. Windows color (decimal): -5906394 or 2547877. OLE color: 2547877.

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

Color convert

RGB16522438-
CMYK0.2600.830.12
HSL79.03º75%51.37%-
HSV(B)79.03º83.04%87.84%-
XYZ42.5261.4511.45-
YUV185.1644.95113.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 224 (87.89% from 255) = 52.46%
BLUE value IS 38 (15.23% from 255) = 8.90%
R=38.64%
G=52.46%
B=8.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165224380.2600.830.1279.037551.37
HexA5E0261A053C4f4b33
Octal245340463201231411711363
Binary10100101111000001001101101001010011110010011111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E026; }

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

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

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

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

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

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

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

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