Html Css Color HEX #A6D410 Inch Worm

📋 copy color: '#A6D410'

red 166 ◦ green 212 ◦ blue 16

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

Shades of Inch Worm #A6D410

Tints of Inch Worm #A6D410

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.81%

 BLUE value IS 16 (6.64% from 255) = 4.06%

R = 42.13%
G = 53.81%
B = 4.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#A6D410 (or 0xA6D410) is known color: Inch Worm. HEX triplet: A6, D4 and 10. RGB value is (166,212,16). Sum of RGB (Red+Green+Blue) = 166+212+16=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 212 (83.20% from 255 or 53.81% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D410 is #592BEF. Grayscale: #B0B0B0. Windows color (decimal): -5843952 or 1103014. OLE color: 1103014.

HSL color Cylindrical-coordinate representation of color #A6D410: hue angle of 74.08º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6D410 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 212 16 -
CMYK 0.22 0 0.92 0.17
HSL 74.08º 0.86% 0.45% -
HSV(B) 74.08º 0.92% 0.83% -
XYZ 39.36 55.23 9.08 -
YUV 175.9 37.76 120.94 -
System Red Green Blue C M Y K H S L
Decimal 166 212 16 0.22 0 0.92 0.17 74.08 0.86 0.45
Hex A6 D4 10 16 0 5C 11 4A 56 2D
Octal 246 324 20 26 0 134 21 112 126 55
Binary 10100110 11010100 10000 10110 0 1011100 10001 1001010 1010110 101101

Color Harmonies of #A6D410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D410

Black with #A6D410

Text Example


Text Example

White with #A6D410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D410; }

 p { color: rgb(166,212,16); }

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

background-color css

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

 a { background-color: rgb(166,212,16); }

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

border-color css

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

 span { border-color: rgb(166,212,16); }

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