Html Css Color HEX #A6E620 Inch Worm

📋 copy color: '#A6E620'

red 166 ◦ green 230 ◦ blue 32

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

Shades of Inch Worm #A6E620

Tints of Inch Worm #A6E620

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.74%

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

R = 38.79%
G = 53.74%
B = 7.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#A6E620 (or 0xA6E620) is known color: Inch Worm. HEX triplet: A6, E6 and 20. RGB value is (166,230,32). Sum of RGB (Red+Green+Blue) = 166+230+32=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E620 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E620 is #5919DF. Grayscale: #BDBDBD. Windows color (decimal): -5839328 or 2156198. OLE color: 2156198.

HSL color Cylindrical-coordinate representation of color #A6E620: hue angle of 79.39º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6E620 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 230 32 -
CMYK 0.28 0 0.86 0.10
HSL 79.39º 0.8% 0.51% -
HSV(B) 79.39º 0.86% 0.9% -
XYZ 44.28 64.8 11.54 -
YUV 188.29 39.8 112.1 -
System Red Green Blue C M Y K H S L
Decimal 166 230 32 0.28 0 0.86 0.10 79.39 0.8 0.51
Hex A6 E6 20 1C 0 56 A 4F 50 33
Octal 246 346 40 34 0 126 12 117 120 63
Binary 10100110 11100110 100000 11100 0 1010110 1010 1001111 1010000 110011

Color Harmonies of #A6E620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E620

Black with #A6E620

Text Example


Text Example

White with #A6E620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E620; }

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

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

background-color css

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

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

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

border-color css

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

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

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