Html Css Color HEX #A6DD07 Inch Worm

📋 copy color: '#A6DD07'

red 166 ◦ green 221 ◦ blue 7

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

Shades of Inch Worm #A6DD07

Tints of Inch Worm #A6DD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.78%

R = 42.13%
G = 56.09%
B = 1.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#A6DD07 (or 0xA6DD07) is known color: Inch Worm. HEX triplet: A6, DD and 07. RGB value is (166,221,7). Sum of RGB (Red+Green+Blue) = 166+221+7=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DD07 is #5922F8. Grayscale: #B4B4B4. Windows color (decimal): -5841657 or 515494. OLE color: 515494.

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

Color convert

RGB 166 221 7 -
CMYK 0.25 0 0.97 0.13
HSL 75.42º 0.94% 0.45% -
HSV(B) 75.42º 0.97% 0.87% -
XYZ 41.62 59.84 9.56 -
YUV 180.16 30.28 117.9 -
System Red Green Blue C M Y K H S L
Decimal 166 221 7 0.25 0 0.97 0.13 75.42 0.94 0.45
Hex A6 DD 7 19 0 61 D 4B 5E 2D
Octal 246 335 7 31 0 141 15 113 136 55
Binary 10100110 11011101 111 11001 0 1100001 1101 1001011 1011110 101101

Color Harmonies of #A6DD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD07

Black with #A6DD07

Text Example


Text Example

White with #A6DD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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