#A5E128

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

Shades of Inch Worm #A5E128

Tints of Inch Worm #A5E128

Color information

#A5E128 (or 0xA5E128) is unknown color: approx Inch Worm. HEX triplet: A5, E1 and 28. RGB value is (165,225,40). Sum of RGB (Red+Green+Blue) = 165+225+40=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E128 is #5A1ED7. Grayscale: #BABABA. Windows color (decimal): -5906136 or 2679205. OLE color: 2679205.

HSL color Cylindrical-coordinate representation of color #A5E128: hue angle of 79.46º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5E128 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB16522540-
CMYK0.2700.820.12
HSL79.46º75.51%51.96%-
HSV(B)79.46º82.22%88.24%-
XYZ42.836211.72-
YUV185.9745.62113.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 225 (88.28% from 255) = 52.33%
BLUE value IS 40 (16.02% from 255) = 9.30%
R=38.37%
G=52.33%
B=9.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165225400.2700.820.1279.4675.5151.96
HexA5E1281B052C4f4c34
Octal245341503301221411711464
Binary10100101111000011010001101101010010110010011111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E128; }

 p { color: rgb(165,225,40); }

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

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

 a { background-color: rgb(165,225,40); }

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

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

 span { border-color: rgb(165,225,40); }

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