Html Css Color HEX #A6DF16 Inch Worm

📋 copy color: '#A6DF16'

red 166 ◦ green 223 ◦ blue 22

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

Shades of Inch Worm #A6DF16

Tints of Inch Worm #A6DF16

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.26%

 BLUE value IS 22 (8.98% from 255) = 5.35%

R = 40.39%
G = 54.26%
B = 5.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#A6DF16 (or 0xA6DF16) is known color: Inch Worm. HEX triplet: A6, DF and 16. RGB value is (166,223,22). Sum of RGB (Red+Green+Blue) = 166+223+22=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DF16 is #5920E9. Grayscale: #B7B7B7. Windows color (decimal): -5841130 or 1499046. OLE color: 1499046.

HSL color Cylindrical-coordinate representation of color #A6DF16: hue angle of 77.01º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6DF16 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 22 -
CMYK 0.26 0 0.90 0.13
HSL 77.01º 0.82% 0.48% -
HSV(B) 77.01º 0.9% 0.87% -
XYZ 42.26 60.94 10.29 -
YUV 183.04 37.12 115.84 -
System Red Green Blue C M Y K H S L
Decimal 166 223 22 0.26 0 0.90 0.13 77.01 0.82 0.48
Hex A6 DF 16 1A 0 5A D 4D 52 30
Octal 246 337 26 32 0 132 15 115 122 60
Binary 10100110 11011111 10110 11010 0 1011010 1101 1001101 1010010 110000

Color Harmonies of #A6DF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF16

Black with #A6DF16

Text Example


Text Example

White with #A6DF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF16; }

 p { color: rgb(166,223,22); }

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

background-color css

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

 a { background-color: rgb(166,223,22); }

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

border-color css

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

 span { border-color: rgb(166,223,22); }

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