#A4D40F

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

Shades of Inch Worm #A4D40F

Tints of Inch Worm #A4D40F

Color information

#A4D40F (or 0xA4D40F) is unknown color: approx Inch Worm. HEX triplet: A4, D4 and 0F. RGB value is (164,212,15). Sum of RGB (Red+Green+Blue) = 164+212+15=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D40F is #5B2BF0. Grayscale: #AFAFAF. Windows color (decimal): -5975025 or 1037476. OLE color: 1037476.

HSL color Cylindrical-coordinate representation of color #A4D40F: hue angle of 74.62º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4D40F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB16421215-
CMYK0.2300.930.17
HSL74.62º86.78%44.51%-
HSV(B)74.62º92.92%83.14%-
XYZ38.9455.019.02-
YUV175.1937.6120.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 212 (83.20% from 255) = 54.22%
BLUE value IS 15 (6.25% from 255) = 3.84%
R=41.94%
G=54.22%
B=3.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164212150.2300.930.1774.6286.7844.51
HexA4D4F1705D114b572d
Octal244324172701352111312755
Binary1010010011010100111110111010111011000110010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D40F; }

 p { color: rgb(164,212,15); }

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

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

 a { background-color: rgb(164,212,15); }

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

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

 span { border-color: rgb(164,212,15); }

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