Html Css Color HEX #A6D70B Inch Worm

📋 copy color: '#A6D70B'

red 166 ◦ green 215 ◦ blue 11

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

Shades of Inch Worm #A6D70B

Tints of Inch Worm #A6D70B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.85%

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 42.35%
G = 54.85%
B = 2.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#A6D70B (or 0xA6D70B) is known color: Inch Worm. HEX triplet: A6, D7 and 0B. RGB value is (166,215,11). Sum of RGB (Red+Green+Blue) = 166+215+11=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 215 (84.38% from 255 or 54.85% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D70B is #5928F4. Grayscale: #B1B1B1. Windows color (decimal): -5843189 or 776102. OLE color: 776102.

HSL color Cylindrical-coordinate representation of color #A6D70B: hue angle of 74.41º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6D70B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 215 11 -
CMYK 0.23 0 0.95 0.16
HSL 74.41º 0.9% 0.44% -
HSV(B) 74.41º 0.95% 0.84% -
XYZ 40.09 56.73 9.15 -
YUV 177.09 34.27 120.09 -
System Red Green Blue C M Y K H S L
Decimal 166 215 11 0.23 0 0.95 0.16 74.41 0.9 0.44
Hex A6 D7 B 17 0 5F 10 4A 5A 2C
Octal 246 327 13 27 0 137 20 112 132 54
Binary 10100110 11010111 1011 10111 0 1011111 10000 1001010 1011010 101100

Color Harmonies of #A6D70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D70B

Black with #A6D70B

Text Example


Text Example

White with #A6D70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D70B; }

 p { color: rgb(166,215,11); }

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

background-color css

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

 a { background-color: rgb(166,215,11); }

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

border-color css

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

 span { border-color: rgb(166,215,11); }

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