Html Css Color HEX #A6DB07 Inch Worm

📋 copy color: '#A6DB07'

red 166 ◦ green 219 ◦ blue 7

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

Shades of Inch Worm #A6DB07

Tints of Inch Worm #A6DB07

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.87%

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

R = 42.35%
G = 55.87%
B = 1.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#A6DB07 (or 0xA6DB07) is known color: Inch Worm. HEX triplet: A6, DB and 07. RGB value is (166,219,7). Sum of RGB (Red+Green+Blue) = 166+219+7=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DB07 is #5924F8. Grayscale: #B3B3B3. Windows color (decimal): -5842169 or 514982. OLE color: 514982.

HSL color Cylindrical-coordinate representation of color #A6DB07: hue angle of 75º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6DB07 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 219 7 -
CMYK 0.24 0 0.97 0.14
HSL 75º 0.94% 0.44% -
HSV(B) 75º 0.97% 0.86% -
XYZ 41.1 58.79 9.38 -
YUV 178.99 30.94 118.74 -
System Red Green Blue C M Y K H S L
Decimal 166 219 7 0.24 0 0.97 0.14 75 0.94 0.44
Hex A6 DB 7 18 0 61 E 4B 5E 2C
Octal 246 333 7 30 0 141 16 113 136 54
Binary 10100110 11011011 111 11000 0 1100001 1110 1001011 1011110 101100

Color Harmonies of #A6DB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DB07

Black with #A6DB07

Text Example


Text Example

White with #A6DB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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