#A6D306

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

Shades of Inch Worm #A6D306

Tints of Inch Worm #A6D306

Color information

#A6D306 (or 0xA6D306) is unknown color: approx Inch Worm. HEX triplet: A6, D3 and 06. RGB value is (166,211,6). Sum of RGB (Red+Green+Blue) = 166+211+6=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 211 (82.81% from 255 or 55.09% from 383); Blue value is 6 (2.73% from 255 or 1.57% from 383); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D306 is #592CF9. Grayscale: #AEAEAE. Windows color (decimal): -5844218 or 447398. OLE color: 447398.

HSL color Cylindrical-coordinate representation of color #A6D306: hue angle of 73.17º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6D306 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB1662116-
CMYK0.2100.970.17
HSL73.17º94.47%42.55%-
HSV(B)73.17º97.16%82.75%-
XYZ39.0554.718.67-
YUV174.1833.09122.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 211 (82.81% from 255) = 55.09%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=43.34%
G=55.09%
B=1.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16621160.2100.970.1773.1794.4742.55
HexA6D361506111495e2b
Octal24632362501412111113653
Binary101001101101001111010101011000011000110010011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D306; }

 p { color: rgb(166,211,6); }

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

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

 a { background-color: rgb(166,211,6); }

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

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

 span { border-color: rgb(166,211,6); }

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