Html Css Color HEX #A6DC0D Inch Worm

📋 copy color: '#A6DC0D'

red 166 ◦ green 220 ◦ blue 13

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

Shades of Inch Worm #A6DC0D

Tints of Inch Worm #A6DC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.26%

R = 41.6%
G = 55.14%
B = 3.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#A6DC0D (or 0xA6DC0D) is known color: Inch Worm. HEX triplet: A6, DC and 0D. RGB value is (166,220,13). Sum of RGB (Red+Green+Blue) = 166+220+13=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DC0D is #5923F2. Grayscale: #B5B5B5. Windows color (decimal): -5841907 or 908454. OLE color: 908454.

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

Color convert

RGB 166 220 13 -
CMYK 0.25 0 0.94 0.14
HSL 75.65º 0.89% 0.46% -
HSV(B) 75.65º 0.94% 0.86% -
XYZ 41.39 59.32 9.65 -
YUV 180.26 33.61 117.83 -
System Red Green Blue C M Y K H S L
Decimal 166 220 13 0.25 0 0.94 0.14 75.65 0.89 0.46
Hex A6 DC D 19 0 5E E 4C 59 2E
Octal 246 334 15 31 0 136 16 114 131 56
Binary 10100110 11011100 1101 11001 0 1011110 1110 1001100 1011001 101110

Color Harmonies of #A6DC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC0D

Black with #A6DC0D

Text Example


Text Example

White with #A6DC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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