#A2D806

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

Shades of Inch Worm #A2D806

Tints of Inch Worm #A2D806

Color information

#A2D806 (or 0xA2D806) is unknown color: approx Inch Worm. HEX triplet: A2, D8 and 06. RGB value is (162,216,6). Sum of RGB (Red+Green+Blue) = 162+216+6=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D806 is #5D27F9. Grayscale: #B0B0B0. Windows color (decimal): -6105082 or 448674. OLE color: 448674.

HSL color Cylindrical-coordinate representation of color #A2D806: hue angle of 75.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2D806 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB1622166-
CMYK0.2500.970.15
HSL75.43º94.59%43.53%-
HSV(B)75.43º97.22%84.71%-
XYZ39.4956.819.06-
YUV175.9132.11118.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 216 (84.77% from 255) = 56.25%
BLUE value IS 6 (2.73% from 255) = 1.56%
R=42.19%
G=56.25%
B=1.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16221660.2500.970.1575.4394.5943.53
HexA2D8619061F4b5f2c
Octal24233063101411711313754
Binary10100010110110001101100101100001111110010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D806; }

 p { color: rgb(162,216,6); }

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

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

 a { background-color: rgb(162,216,6); }

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

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

 span { border-color: rgb(162,216,6); }

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