Html Css Color HEX #A6DD0A Inch Worm

📋 copy color: '#A6DD0A'

red 166 ◦ green 221 ◦ blue 10

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

Shades of Inch Worm #A6DD0A

Tints of Inch Worm #A6DD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.52%

R = 41.81%
G = 55.67%
B = 2.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#A6DD0A (or 0xA6DD0A) is known color: Inch Worm. HEX triplet: A6, DD and 0A. RGB value is (166,221,10). Sum of RGB (Red+Green+Blue) = 166+221+10=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DD0A is #5922F5. Grayscale: #B5B5B5. Windows color (decimal): -5841654 or 712102. OLE color: 712102.

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

Color convert

RGB 166 221 10 -
CMYK 0.25 0 0.95 0.13
HSL 75.64º 0.91% 0.45% -
HSV(B) 75.64º 0.95% 0.87% -
XYZ 41.64 59.84 9.64 -
YUV 180.5 31.78 117.66 -
System Red Green Blue C M Y K H S L
Decimal 166 221 10 0.25 0 0.95 0.13 75.64 0.91 0.45
Hex A6 DD A 19 0 5F D 4C 5B 2D
Octal 246 335 12 31 0 137 15 114 133 55
Binary 10100110 11011101 1010 11001 0 1011111 1101 1001100 1011011 101101

Color Harmonies of #A6DD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD0A

Black with #A6DD0A

Text Example


Text Example

White with #A6DD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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