#A4E308

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

Shades of Inch Worm #A4E308

Tints of Inch Worm #A4E308

Color information

#A4E308 (or 0xA4E308) is unknown color: approx Inch Worm. HEX triplet: A4, E3 and 08. RGB value is (164,227,8). Sum of RGB (Red+Green+Blue) = 164+227+8=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 227 (89.06% from 255 or 56.89% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4E308 is #5B1CF7. Grayscale: #B8B8B8. Windows color (decimal): -5971192 or 582564. OLE color: 582564.

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

Color convert

RGB1642278-
CMYK0.2800.960.11
HSL77.26º93.19%46.08%-
HSV(B)77.26º96.48%89.02%-
XYZ42.8262.8510.1-
YUV183.229.13114.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 227 (89.06% from 255) = 56.89%
BLUE value IS 8 (3.52% from 255) = 2.01%
R=41.10%
G=56.89%
B=2.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal16422780.2800.960.1177.2693.1946.08
HexA4E381C060B4d5d2e
Octal244343103401401311513556
Binary101001001110001110001110001100000101110011011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E308; }

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

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

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

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

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

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

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

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