#A6ED1D

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

Shades of Inch Worm #A6ED1D

Tints of Inch Worm #A6ED1D

Color information

#A6ED1D (or 0xA6ED1D) is unknown color: approx Inch Worm. HEX triplet: A6, ED and 1D. RGB value is (166,237,29). Sum of RGB (Red+Green+Blue) = 166+237+29=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6ED1D is #5912E2. Grayscale: #C0C0C0. Windows color (decimal): -5837539 or 1961382. OLE color: 1961382.

HSL color Cylindrical-coordinate representation of color #A6ED1D: hue angle of 80.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6ED1D is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB16623729-
CMYK0.3000.880.07
HSL80.48º85.25%52.16%-
HSV(B)80.48º87.76%92.94%-
XYZ46.2368.7612-
YUV192.0635.98109.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 237 (92.97% from 255) = 54.86%
BLUE value IS 29 (11.72% from 255) = 6.71%
R=38.43%
G=54.86%
B=6.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal166237290.3000.880.0780.4885.2552.16
HexA6ED1D1E0587505534
Octal24635535360130712012564
Binary101001101110110111101111100101100011110100001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ED1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ED1D; }

 p { color: rgb(166,237,29); }

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

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

 a { background-color: rgb(166,237,29); }

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

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

 span { border-color: rgb(166,237,29); }

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