Html Css Color HEX #A6DC0A Inch Worm

📋 copy color: '#A6DC0A'

red 166 ◦ green 220 ◦ blue 10

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

Shades of Inch Worm #A6DC0A

Tints of Inch Worm #A6DC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 41.92%
G = 55.56%
B = 2.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#A6DC0A (or 0xA6DC0A) is known color: Inch Worm. HEX triplet: A6, DC and 0A. RGB value is (166,220,10). Sum of RGB (Red+Green+Blue) = 166+220+10=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DC0A is #5923F5. Grayscale: #B4B4B4. Windows color (decimal): -5841910 or 711846. OLE color: 711846.

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

Color convert

RGB 166 220 10 -
CMYK 0.25 0 0.95 0.14
HSL 75.43º 0.91% 0.45% -
HSV(B) 75.43º 0.95% 0.86% -
XYZ 41.37 59.32 9.56 -
YUV 179.91 32.11 118.08 -
System Red Green Blue C M Y K H S L
Decimal 166 220 10 0.25 0 0.95 0.14 75.43 0.91 0.45
Hex A6 DC A 19 0 5F E 4B 5B 2D
Octal 246 334 12 31 0 137 16 113 133 55
Binary 10100110 11011100 1010 11001 0 1011111 1110 1001011 1011011 101101

Color Harmonies of #A6DC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC0A

Black with #A6DC0A

Text Example


Text Example

White with #A6DC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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