Html Css Color HEX #A6DC19 Inch Worm

📋 copy color: '#A6DC19'

red 166 ◦ green 220 ◦ blue 25

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

Shades of Inch Worm #A6DC19

Tints of Inch Worm #A6DC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.08%

R = 40.39%
G = 53.53%
B = 6.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#A6DC19 (or 0xA6DC19) is known color: Inch Worm. HEX triplet: A6, DC and 19. RGB value is (166,220,25). Sum of RGB (Red+Green+Blue) = 166+220+25=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DC19 is #5923E6. Grayscale: #B6B6B6. Windows color (decimal): -5841895 or 1694886. OLE color: 1694886.

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

Color convert

RGB 166 220 25 -
CMYK 0.25 0 0.89 0.14
HSL 76.62º 0.8% 0.48% -
HSV(B) 76.62º 0.89% 0.86% -
XYZ 41.49 59.36 10.19 -
YUV 181.62 39.61 116.86 -
System Red Green Blue C M Y K H S L
Decimal 166 220 25 0.25 0 0.89 0.14 76.62 0.8 0.48
Hex A6 DC 19 19 0 59 E 4D 50 30
Octal 246 334 31 31 0 131 16 115 120 60
Binary 10100110 11011100 11001 11001 0 1011001 1110 1001101 1010000 110000

Color Harmonies of #A6DC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC19

Black with #A6DC19

Text Example


Text Example

White with #A6DC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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