Html Css Color HEX #A6E00D Inch Worm

📋 copy color: '#A6E00D'

red 166 ◦ green 224 ◦ blue 13

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

Shades of Inch Worm #A6E00D

Tints of Inch Worm #A6E00D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.58%

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 41.19%
G = 55.58%
B = 3.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#A6E00D (or 0xA6E00D) is known color: Inch Worm. HEX triplet: A6, E0 and 0D. RGB value is (166,224,13). Sum of RGB (Red+Green+Blue) = 166+224+13=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E00D is #591FF2. Grayscale: #B7B7B7. Windows color (decimal): -5840883 or 909478. OLE color: 909478.

HSL color Cylindrical-coordinate representation of color #A6E00D: hue angle of 76.49º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6E00D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 224 13 -
CMYK 0.26 0 0.94 0.12
HSL 76.49º 0.89% 0.46% -
HSV(B) 76.49º 0.94% 0.88% -
XYZ 42.45 61.45 10 -
YUV 182.6 32.28 116.16 -
System Red Green Blue C M Y K H S L
Decimal 166 224 13 0.26 0 0.94 0.12 76.49 0.89 0.46
Hex A6 E0 D 1A 0 5E C 4C 59 2E
Octal 246 340 15 32 0 136 14 114 131 56
Binary 10100110 11100000 1101 11010 0 1011110 1100 1001100 1011001 101110

Color Harmonies of #A6E00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E00D

Black with #A6E00D

Text Example


Text Example

White with #A6E00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E00D; }

 p { color: rgb(166,224,13); }

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

background-color css

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

 a { background-color: rgb(166,224,13); }

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

border-color css

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

 span { border-color: rgb(166,224,13); }

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