Html Css Color HEX #A6DC1F Inch Worm

📋 copy color: '#A6DC1F'

red 166 ◦ green 220 ◦ blue 31

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

Shades of Inch Worm #A6DC1F

Tints of Inch Worm #A6DC1F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.76%

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

R = 39.81%
G = 52.76%
B = 7.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#A6DC1F (or 0xA6DC1F) is known color: Inch Worm. HEX triplet: A6, DC and 1F. RGB value is (166,220,31). Sum of RGB (Red+Green+Blue) = 166+220+31=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC1F is #5923E0. Grayscale: #B7B7B7. Windows color (decimal): -5841889 or 2088102. OLE color: 2088102.

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

Color convert

RGB 166 220 31 -
CMYK 0.25 0 0.86 0.14
HSL 77.14º 0.75% 0.49% -
HSV(B) 77.14º 0.86% 0.86% -
XYZ 41.57 59.39 10.57 -
YUV 182.31 42.61 116.37 -
System Red Green Blue C M Y K H S L
Decimal 166 220 31 0.25 0 0.86 0.14 77.14 0.75 0.49
Hex A6 DC 1F 19 0 56 E 4D 4B 31
Octal 246 334 37 31 0 126 16 115 113 61
Binary 10100110 11011100 11111 11001 0 1010110 1110 1001101 1001011 110001

Color Harmonies of #A6DC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC1F

Black with #A6DC1F

Text Example


Text Example

White with #A6DC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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