Html Css Color HEX #A6DC04 Inch Worm

📋 copy color: '#A6DC04'

red 166 ◦ green 220 ◦ blue 4

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

Shades of Inch Worm #A6DC04

Tints of Inch Worm #A6DC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 42.56%
G = 56.41%
B = 1.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#A6DC04 (or 0xA6DC04) is known color: Inch Worm. HEX triplet: A6, DC and 04. RGB value is (166,220,4). Sum of RGB (Red+Green+Blue) = 166+220+4=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DC04 is #5923FB. Grayscale: #B4B4B4. Windows color (decimal): -5841916 or 318630. OLE color: 318630.

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

Color convert

RGB 166 220 4 -
CMYK 0.25 0 0.98 0.14
HSL 75º 0.96% 0.44% -
HSV(B) 75º 0.98% 0.86% -
XYZ 41.34 59.3 9.38 -
YUV 179.23 29.11 118.56 -
System Red Green Blue C M Y K H S L
Decimal 166 220 4 0.25 0 0.98 0.14 75 0.96 0.44
Hex A6 DC 4 19 0 62 E 4B 60 2C
Octal 246 334 4 31 0 142 16 113 140 54
Binary 10100110 11011100 100 11001 0 1100010 1110 1001011 1100000 101100

Color Harmonies of #A6DC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC04

Black with #A6DC04

Text Example


Text Example

White with #A6DC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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