Html Css Color HEX #A6D500 Inch Worm

📋 copy color: '#A6D500'

red 166 ◦ green 213 ◦ blue 0

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

Shades of Inch Worm #A6D500

Tints of Inch Worm #A6D500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.2%

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

R = 43.8%
G = 56.2%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#A6D500 (or 0xA6D500) is known color: Inch Worm. HEX triplet: A6, D5 and 00. RGB value is (166,213,0). Sum of RGB (Red+Green+Blue) = 166+213+0=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 213 (83.59% from 255 or 56.20% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D500 is #592AFF. Grayscale: #AFAFAF. Windows color (decimal): -5843712 or 54694. OLE color: 54694.

HSL color Cylindrical-coordinate representation of color #A6D500: hue angle of 73.24º 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 #A6D500 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 213 0 -
CMYK 0.22 0 1 0.16
HSL 73.24º 1% 0.42% -
HSV(B) 73.24º 1% 0.84% -
XYZ 39.52 55.7 8.67 -
YUV 174.67 29.43 121.82 -
System Red Green Blue C M Y K H S L
Decimal 166 213 0 0.22 0 1 0.16 73.24 1 0.42
Hex A6 D5 0 16 0 64 10 49 64 2A
Octal 246 325 0 26 0 144 20 111 144 52
Binary 10100110 11010101 0 10110 0 1100100 10000 1001001 1100100 101010

Color Harmonies of #A6D500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D500

Black with #A6D500

Text Example


Text Example

White with #A6D500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D500; }

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

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

background-color css

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

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

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

border-color css

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

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

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