Html Css Color HEX #A6DE20 Inch Worm

📋 copy color: '#A6DE20'

red 166 ◦ green 222 ◦ blue 32

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

Shades of Inch Worm #A6DE20

Tints of Inch Worm #A6DE20

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.86%

 BLUE value IS 32 (12.89% from 255) = 7.62%

R = 39.52%
G = 52.86%
B = 7.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#A6DE20 (or 0xA6DE20) is known color: Inch Worm. HEX triplet: A6, DE and 20. RGB value is (166,222,32). Sum of RGB (Red+Green+Blue) = 166+222+32=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 222 (87.11% from 255 or 52.86% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DE20 is #5921DF. Grayscale: #B8B8B8. Windows color (decimal): -5841376 or 2154150. OLE color: 2154150.

HSL color Cylindrical-coordinate representation of color #A6DE20: hue angle of 77.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6DE20 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 222 32 -
CMYK 0.25 0 0.86 0.13
HSL 77.68º 0.75% 0.5% -
HSV(B) 77.68º 0.86% 0.87% -
XYZ 42.11 60.45 10.82 -
YUV 183.6 42.45 115.45 -
System Red Green Blue C M Y K H S L
Decimal 166 222 32 0.25 0 0.86 0.13 77.68 0.75 0.5
Hex A6 DE 20 19 0 56 D 4E 4B 32
Octal 246 336 40 31 0 126 15 116 113 62
Binary 10100110 11011110 100000 11001 0 1010110 1101 1001110 1001011 110010

Color Harmonies of #A6DE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DE20

Black with #A6DE20

Text Example


Text Example

White with #A6DE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DE20; }

 p { color: rgb(166,222,32); }

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

background-color css

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

 a { background-color: rgb(166,222,32); }

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

border-color css

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

 span { border-color: rgb(166,222,32); }

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