#a4e508

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

Shades of Inch Worm #A4E508

Tints of Inch Worm #A4E508

Color information

#A4E508 (or 0xA4E508) is unknown color: approx Inch Worm. HEX triplet: A4, E5 and 08. RGB value is (164,229,8). Sum of RGB (Red+Green+Blue) = 164+229+8=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 229 (89.84% from 255 or 57.11% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4E508 is #5B1AF7. Grayscale: #B9B9B9. Windows color (decimal): -5970680 or 583076. OLE color: 583076.

HSL color Cylindrical-coordinate representation of color #A4E508: hue angle of 77.65º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4E508 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB1642298-
CMYK0.2800.970.10
HSL77.65º93.25%46.47%-
HSV(B)77.65º96.51%89.8%-
XYZ43.3763.9510.29-
YUV184.3728.47113.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 229 (89.84% from 255) = 57.11%
BLUE value IS 8 (3.52% from 255) = 2.00%
R=40.90%
G=57.11%
B=2.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16422980.2800.970.1077.6593.2546.47
HexA4E581C061A4e5d2e
Octal244345103401411211613556
Binary101001001110010110001110001100001101010011101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4e508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4e508; }

 p { color: rgb(164,229,8); }

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

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

 a { background-color: rgb(164,229,8); }

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

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

 span { border-color: rgb(164,229,8); }

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