Html Css Color HEX #A6DC1D Inch Worm

📋 copy color: '#A6DC1D'

red 166 ◦ green 220 ◦ blue 29

#A6DC1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #A6DC1D

Tints of Inch Worm #A6DC1D

RGB

 RED value IS 166 (65.23% from 255) = 40%

 GREEN value IS 220 (86.33% from 255) = 53.01%

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 40%
G = 53.01%
B = 6.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#A6DC1D (or 0xA6DC1D) is known color: Inch Worm. HEX triplet: A6, DC and 1D. RGB value is (166,220,29). Sum of RGB (Red+Green+Blue) = 166+220+29=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC1D is #5923E2. Grayscale: #B6B6B6. Windows color (decimal): -5841891 or 1957030. OLE color: 1957030.

HSL color Cylindrical-coordinate representation of color #A6DC1D: hue angle of 76.96º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6DC1D is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 29 -
CMYK 0.25 0 0.87 0.14
HSL 76.96º 0.77% 0.49% -
HSV(B) 76.96º 0.87% 0.86% -
XYZ 41.54 59.38 10.43 -
YUV 182.08 41.61 116.53 -
System Red Green Blue C M Y K H S L
Decimal 166 220 29 0.25 0 0.87 0.14 76.96 0.77 0.49
Hex A6 DC 1D 19 0 57 E 4D 4D 31
Octal 246 334 35 31 0 127 16 115 115 61
Binary 10100110 11011100 11101 11001 0 1010111 1110 1001101 1001101 110001

Color Harmonies of #A6DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC1D

Black with #A6DC1D

Text Example


Text Example

White with #A6DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC1D; }

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

 H1.HeaderClassName
 {
   color: #A6DC1D;
 }
 .AnyTagClassName
 {
   color: #A6DC1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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