Html Css Color HEX #A6D700 Inch Worm

📋 copy color: '#A6D700'

red 166 ◦ green 215 ◦ blue 0

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

Shades of Inch Worm #A6D700

Tints of Inch Worm #A6D700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.43%

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

R = 43.57%
G = 56.43%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#A6D700 (or 0xA6D700) is known color: Inch Worm. HEX triplet: A6, D7 and 00. RGB value is (166,215,0). Sum of RGB (Red+Green+Blue) = 166+215+0=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D700 is #5928FF. Grayscale: #B0B0B0. Windows color (decimal): -5843200 or 55206. OLE color: 55206.

HSL color Cylindrical-coordinate representation of color #A6D700: hue angle of 73.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6D700 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 215 0 -
CMYK 0.23 0 1 0.16
HSL 73.67º 1% 0.42% -
HSV(B) 73.67º 1% 0.84% -
XYZ 40.03 56.71 8.84 -
YUV 175.84 28.77 120.98 -
System Red Green Blue C M Y K H S L
Decimal 166 215 0 0.23 0 1 0.16 73.67 1 0.42
Hex A6 D7 0 17 0 64 10 4A 64 2A
Octal 246 327 0 27 0 144 20 112 144 52
Binary 10100110 11010111 0 10111 0 1100100 10000 1001010 1100100 101010

Color Harmonies of #A6D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D700

Black with #A6D700

Text Example


Text Example

White with #A6D700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D700; }

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

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

background-color css

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

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

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

border-color css

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

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

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