#A4D100

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

Shades of Inch Worm #A4D100

Tints of Inch Worm #A4D100

Color information

#A4D100 (or 0xA4D100) is unknown color: approx Inch Worm. HEX triplet: A4, D1 and 00. RGB value is (164,209,0). Sum of RGB (Red+Green+Blue) = 164+209+0=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D100 is #5B2EFF. Grayscale: #ACACAC. Windows color (decimal): -5975808 or 53668. OLE color: 53668.

HSL color Cylindrical-coordinate representation of color #A4D100: hue angle of 72.92º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4D100 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB1642090-
CMYK0.22010.18
HSL72.92º100%40.98%-
HSV(B)72.92º100%81.96%-
XYZ38.1153.498.32-
YUV171.7231.09122.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 209 (82.03% from 255) = 56.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.97%
G=56.03%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16420900.22010.1872.9210040.98
HexA4D101606412496429
Octal24432102601442211114451
Binary1010010011010001010110011001001001010010011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D100; }

 p { color: rgb(164,209,0); }

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

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

 a { background-color: rgb(164,209,0); }

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

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

 span { border-color: rgb(164,209,0); }

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