#A5EC18

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

Shades of Inch Worm #A5EC18

Tints of Inch Worm #A5EC18

Color information

#A5EC18 (or 0xA5EC18) is unknown color: approx Inch Worm. HEX triplet: A5, EC and 18. RGB value is (165,236,24). Sum of RGB (Red+Green+Blue) = 165+236+24=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EC18 is #5A13E7. Grayscale: #BFBFBF. Windows color (decimal): -5903336 or 1633445. OLE color: 1633445.

HSL color Cylindrical-coordinate representation of color #A5EC18: hue angle of 80.09º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5EC18 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB16523624-
CMYK0.3000.900.07
HSL80.09º84.8%50.98%-
HSV(B)80.09º89.83%92.55%-
XYZ45.6868.0611.59-
YUV190.633.98109.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 236 (92.58% from 255) = 55.53%
BLUE value IS 24 (9.77% from 255) = 5.65%
R=38.82%
G=55.53%
B=5.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165236240.3000.900.0780.0984.850.98
HexA5EC181E05A7505533
Octal24535430360132712012563
Binary101001011110110011000111100101101011110100001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EC18; }

 p { color: rgb(165,236,24); }

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

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

 a { background-color: rgb(165,236,24); }

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

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

 span { border-color: rgb(165,236,24); }

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