Html Css Color HEX #A6DC22 Inch Worm

📋 copy color: '#A6DC22'

red 166 ◦ green 220 ◦ blue 34

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

Shades of Inch Worm #A6DC22

Tints of Inch Worm #A6DC22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.1%

R = 39.52%
G = 52.38%
B = 8.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#A6DC22 (or 0xA6DC22) is known color: Inch Worm. HEX triplet: A6, DC and 22. RGB value is (166,220,34). Sum of RGB (Red+Green+Blue) = 166+220+34=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC22 is #5923DD. Grayscale: #B7B7B7. Windows color (decimal): -5841886 or 2284710. OLE color: 2284710.

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

Color convert

RGB 166 220 34 -
CMYK 0.25 0 0.85 0.14
HSL 77.42º 0.73% 0.5% -
HSV(B) 77.42º 0.85% 0.86% -
XYZ 41.61 59.41 10.79 -
YUV 182.65 44.11 116.12 -
System Red Green Blue C M Y K H S L
Decimal 166 220 34 0.25 0 0.85 0.14 77.42 0.73 0.5
Hex A6 DC 22 19 0 55 E 4D 49 32
Octal 246 334 42 31 0 125 16 115 111 62
Binary 10100110 11011100 100010 11001 0 1010101 1110 1001101 1001001 110010

Color Harmonies of #A6DC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC22

Black with #A6DC22

Text Example


Text Example

White with #A6DC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC22; }

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

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

background-color css

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

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

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

border-color css

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

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

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