Html Css Color HEX #A6DE00 Inch Worm

📋 copy color: '#A6DE00'

red 166 ◦ green 222 ◦ blue 0

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

Shades of Inch Worm #A6DE00

Tints of Inch Worm #A6DE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.22%

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

R = 42.78%
G = 57.22%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#A6DE00 (or 0xA6DE00) is known color: Inch Worm. HEX triplet: A6, DE and 00. RGB value is (166,222,0). Sum of RGB (Red+Green+Blue) = 166+222+0=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 222 (87.11% from 255 or 57.22% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DE00 is #5921FF. Grayscale: #B4B4B4. Windows color (decimal): -5841408 or 56998. OLE color: 56998.

HSL color Cylindrical-coordinate representation of color #A6DE00: hue angle of 75.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6DE00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 222 0 -
CMYK 0.25 0 1 0.13
HSL 75.14º 1% 0.44% -
HSV(B) 75.14º 1% 0.87% -
XYZ 41.85 60.35 9.44 -
YUV 179.95 26.45 118.05 -
System Red Green Blue C M Y K H S L
Decimal 166 222 0 0.25 0 1 0.13 75.14 1 0.44
Hex A6 DE 0 19 0 64 D 4B 64 2C
Octal 246 336 0 31 0 144 15 113 144 54
Binary 10100110 11011110 0 11001 0 1100100 1101 1001011 1100100 101100

Color Harmonies of #A6DE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DE00

Black with #A6DE00

Text Example


Text Example

White with #A6DE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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