Html Css Color HEX #A6D610 Inch Worm

📋 copy color: '#A6D610'

red 166 ◦ green 214 ◦ blue 16

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

Shades of Inch Worm #A6D610

Tints of Inch Worm #A6D610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.04%

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

R = 41.92%
G = 54.04%
B = 4.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#A6D610 (or 0xA6D610) is known color: Inch Worm. HEX triplet: A6, D6 and 10. RGB value is (166,214,16). Sum of RGB (Red+Green+Blue) = 166+214+16=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D610 is #5929EF. Grayscale: #B1B1B1. Windows color (decimal): -5843440 or 1103526. OLE color: 1103526.

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

Color convert

RGB 166 214 16 -
CMYK 0.22 0 0.93 0.16
HSL 74.55º 0.86% 0.45% -
HSV(B) 74.55º 0.93% 0.84% -
XYZ 39.87 56.24 9.24 -
YUV 177.08 37.1 120.1 -
System Red Green Blue C M Y K H S L
Decimal 166 214 16 0.22 0 0.93 0.16 74.55 0.86 0.45
Hex A6 D6 10 16 0 5D 10 4B 56 2D
Octal 246 326 20 26 0 135 20 113 126 55
Binary 10100110 11010110 10000 10110 0 1011101 10000 1001011 1010110 101101

Color Harmonies of #A6D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D610

Black with #A6D610

Text Example


Text Example

White with #A6D610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D610; }

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

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

background-color css

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

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

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

border-color css

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

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

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