Html Css Color HEX #A6DC1C Inch Worm

📋 copy color: '#A6DC1C'

red 166 ◦ green 220 ◦ blue 28

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

Shades of Inch Worm #A6DC1C

Tints of Inch Worm #A6DC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 40.1%
G = 53.14%
B = 6.76%

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

#A6DC1C (or 0xA6DC1C) is known color: Inch Worm. HEX triplet: A6, DC and 1C. RGB value is (166,220,28). Sum of RGB (Red+Green+Blue) = 166+220+28=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC1C is #5923E3. Grayscale: #B6B6B6. Windows color (decimal): -5841892 or 1891494. OLE color: 1891494.

HSL color Cylindrical-coordinate representation of color #A6DC1C: hue angle of 76.88º 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 #A6DC1C is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 28 -
CMYK 0.25 0 0.87 0.14
HSL 76.88º 0.77% 0.49% -
HSV(B) 76.88º 0.87% 0.86% -
XYZ 41.53 59.38 10.37 -
YUV 181.97 41.11 116.61 -
System Red Green Blue C M Y K H S L
Decimal 166 220 28 0.25 0 0.87 0.14 76.88 0.77 0.49
Hex A6 DC 1C 19 0 57 E 4D 4D 31
Octal 246 334 34 31 0 127 16 115 115 61
Binary 10100110 11011100 11100 11001 0 1010111 1110 1001101 1001101 110001

Color Harmonies of #A6DC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC1C

Black with #A6DC1C

Text Example


Text Example

White with #A6DC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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