Html Css Color HEX #A6DA0D Inch Worm

📋 copy color: '#A6DA0D'

red 166 ◦ green 218 ◦ blue 13

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

Shades of Inch Worm #A6DA0D

Tints of Inch Worm #A6DA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.91%

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 41.81%
G = 54.91%
B = 3.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#A6DA0D (or 0xA6DA0D) is known color: Inch Worm. HEX triplet: A6, DA and 0D. RGB value is (166,218,13). Sum of RGB (Red+Green+Blue) = 166+218+13=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DA0D is #5925F2. Grayscale: #B3B3B3. Windows color (decimal): -5842419 or 907942. OLE color: 907942.

HSL color Cylindrical-coordinate representation of color #A6DA0D: hue angle of 75.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6DA0D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 218 13 -
CMYK 0.24 0 0.94 0.15
HSL 75.22º 0.89% 0.45% -
HSV(B) 75.22º 0.94% 0.85% -
XYZ 40.87 58.28 9.48 -
YUV 179.08 34.27 118.67 -
System Red Green Blue C M Y K H S L
Decimal 166 218 13 0.24 0 0.94 0.15 75.22 0.89 0.45
Hex A6 DA D 18 0 5E F 4B 59 2D
Octal 246 332 15 30 0 136 17 113 131 55
Binary 10100110 11011010 1101 11000 0 1011110 1111 1001011 1011001 101101

Color Harmonies of #A6DA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DA0D

Black with #A6DA0D

Text Example


Text Example

White with #A6DA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DA0D; }

 p { color: rgb(166,218,13); }

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

background-color css

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

 a { background-color: rgb(166,218,13); }

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

border-color css

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

 span { border-color: rgb(166,218,13); }

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