Html Css Color HEX #A6DD1F Inch Worm

📋 copy color: '#A6DD1F'

red 166 ◦ green 221 ◦ blue 31

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

Shades of Inch Worm #A6DD1F

Tints of Inch Worm #A6DD1F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.87%

 BLUE value IS 31 (12.5% from 255) = 7.42%

R = 39.71%
G = 52.87%
B = 7.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#A6DD1F (or 0xA6DD1F) is known color: Inch Worm. HEX triplet: A6, DD and 1F. RGB value is (166,221,31). Sum of RGB (Red+Green+Blue) = 166+221+31=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD1F is #5922E0. Grayscale: #B7B7B7. Windows color (decimal): -5841633 or 2088358. OLE color: 2088358.

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

Color convert

RGB 166 221 31 -
CMYK 0.25 0 0.86 0.13
HSL 77.37º 0.75% 0.49% -
HSV(B) 77.37º 0.86% 0.87% -
XYZ 41.83 59.92 10.66 -
YUV 182.9 42.28 115.95 -
System Red Green Blue C M Y K H S L
Decimal 166 221 31 0.25 0 0.86 0.13 77.37 0.75 0.49
Hex A6 DD 1F 19 0 56 D 4D 4B 31
Octal 246 335 37 31 0 126 15 115 113 61
Binary 10100110 11011101 11111 11001 0 1010110 1101 1001101 1001011 110001

Color Harmonies of #A6DD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD1F

Black with #A6DD1F

Text Example


Text Example

White with #A6DD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD1F; }

 p { color: rgb(166,221,31); }

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

background-color css

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

 a { background-color: rgb(166,221,31); }

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

border-color css

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

 span { border-color: rgb(166,221,31); }

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