Html Css Color HEX #A6D200 Inch Worm

📋 copy color: '#A6D200'

red 166 ◦ green 210 ◦ blue 0

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

Shades of Inch Worm #A6D200

Tints of Inch Worm #A6D200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.15%
G = 55.85%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#A6D200 (or 0xA6D200) is known color: Inch Worm. HEX triplet: A6, D2 and 00. RGB value is (166,210,0). Sum of RGB (Red+Green+Blue) = 166+210+0=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D200 is #592DFF. Grayscale: #ADADAD. Windows color (decimal): -5844480 or 53926. OLE color: 53926.

HSL color Cylindrical-coordinate representation of color #A6D200: hue angle of 72.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6D200 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 210 0 -
CMYK 0.21 0 1 0.18
HSL 72.57º 1% 0.41% -
HSV(B) 72.57º 1% 0.82% -
XYZ 38.77 54.2 8.42 -
YUV 172.9 30.42 123.08 -
System Red Green Blue C M Y K H S L
Decimal 166 210 0 0.21 0 1 0.18 72.57 1 0.41
Hex A6 D2 0 15 0 64 12 49 64 29
Octal 246 322 0 25 0 144 22 111 144 51
Binary 10100110 11010010 0 10101 0 1100100 10010 1001001 1100100 101001

Color Harmonies of #A6D200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D200

Black with #A6D200

Text Example


Text Example

White with #A6D200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D200; }

 p { color: rgb(166,210,0); }

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

background-color css

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

 a { background-color: rgb(166,210,0); }

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

border-color css

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

 span { border-color: rgb(166,210,0); }

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