#a3e01c

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

Shades of Inch Worm #A3E01C

Tints of Inch Worm #A3E01C

Color information

#A3E01C (or 0xA3E01C) is unknown color: approx Inch Worm. HEX triplet: A3, E0 and 1C. RGB value is (163,224,28). Sum of RGB (Red+Green+Blue) = 163+224+28=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E01C is #5C1FE3. Grayscale: #B8B8B8. Windows color (decimal): -6037476 or 1892515. OLE color: 1892515.

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

Color convert

RGB16322428-
CMYK0.2700.880.12
HSL78.67º77.78%49.41%-
HSV(B)78.67º87.5%87.84%-
XYZ41.9761.1810.7-
YUV183.4240.29113.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 224 (87.89% from 255) = 53.98%
BLUE value IS 28 (11.33% from 255) = 6.75%
R=39.28%
G=53.98%
B=6.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal163224280.2700.880.1278.6777.7849.41
HexA3E01C1B058C4f4e31
Octal243340343301301411711661
Binary1010001111100000111001101101011000110010011111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3e01c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3e01c; }

 p { color: rgb(163,224,28); }

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

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

 a { background-color: rgb(163,224,28); }

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

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

 span { border-color: rgb(163,224,28); }

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