#A2D40F

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

Shades of Inch Worm #A2D40F

Tints of Inch Worm #A2D40F

Color information

#A2D40F (or 0xA2D40F) is unknown color: approx Inch Worm. HEX triplet: A2, D4 and 0F. RGB value is (162,212,15). Sum of RGB (Red+Green+Blue) = 162+212+15=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 212 (83.20% from 255 or 54.50% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D40F is #5D2BF0. Grayscale: #AFAFAF. Windows color (decimal): -6106097 or 1037474. OLE color: 1037474.

HSL color Cylindrical-coordinate representation of color #A2D40F: hue angle of 75.23º 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 #A2D40F is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB16221215-
CMYK0.2400.930.17
HSL75.23º86.78%44.51%-
HSV(B)75.23º92.92%83.14%-
XYZ38.5354.89-
YUV174.5937.94119.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 212 (83.20% from 255) = 54.50%
BLUE value IS 15 (6.25% from 255) = 3.86%
R=41.65%
G=54.50%
B=3.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162212150.2400.930.1775.2386.7844.51
HexA2D4F1805D114b572d
Octal242324173001352111312755
Binary1010001011010100111111000010111011000110010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D40F; }

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

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

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

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

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

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

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

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