#A4E31B

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

Shades of Inch Worm #A4E31B

Tints of Inch Worm #A4E31B

Color information

#A4E31B (or 0xA4E31B) is unknown color: approx Inch Worm. HEX triplet: A4, E3 and 1B. RGB value is (164,227,27). Sum of RGB (Red+Green+Blue) = 164+227+27=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E31B is #5B1CE4. Grayscale: #BABABA. Windows color (decimal): -5971173 or 1827748. OLE color: 1827748.

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

Color convert

RGB16422727-
CMYK0.2800.880.11
HSL78.9º78.74%49.8%-
HSV(B)78.9º88.11%89.02%-
XYZ42.9862.9110.91-
YUV185.3638.63112.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 227 (89.06% from 255) = 54.31%
BLUE value IS 27 (10.94% from 255) = 6.46%
R=39.23%
G=54.31%
B=6.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal164227270.2800.880.1178.978.7449.8
HexA4E31B1C058B4f4f32
Octal244343333401301311711762
Binary1010010011100011110111110001011000101110011111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E31B; }

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

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

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

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

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

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

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

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