#A2F01E

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

Shades of Inch Worm #A2F01E

Tints of Inch Worm #A2F01E

Color information

#A2F01E (or 0xA2F01E) is unknown color: approx Inch Worm. HEX triplet: A2, F0 and 1E. RGB value is (162,240,30). Sum of RGB (Red+Green+Blue) = 162+240+30=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F01E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F01E is #5D0FE1. Grayscale: #C1C1C1. Windows color (decimal): -6098914 or 2027682. OLE color: 2027682.

HSL color Cylindrical-coordinate representation of color #A2F01E: hue angle of 82.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2F01E is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB16224030-
CMYK0.3200.870.06
HSL82.29º87.5%52.94%-
HSV(B)82.29º87.5%94.12%-
XYZ46.2970.112.32-
YUV192.7436.16106.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 240 (94.14% from 255) = 55.56%
BLUE value IS 30 (12.11% from 255) = 6.94%
R=37.5%
G=55.56%
B=6.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162240300.3200.870.0682.2987.552.94
HexA2F01E200576525835
Octal24236036400127612213065
Binary1010001011110000111101000000101011111010100101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F01E; }

 p { color: rgb(162,240,30); }

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

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

 a { background-color: rgb(162,240,30); }

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

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

 span { border-color: rgb(162,240,30); }

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