Html Css Color HEX #A6DC12 Inch Worm

📋 copy color: '#A6DC12'

red 166 ◦ green 220 ◦ blue 18

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

Shades of Inch Worm #A6DC12

Tints of Inch Worm #A6DC12

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.46%

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 41.09%
G = 54.46%
B = 4.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#A6DC12 (or 0xA6DC12) is known color: Inch Worm. HEX triplet: A6, DC and 12. RGB value is (166,220,18). Sum of RGB (Red+Green+Blue) = 166+220+18=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DC12 is #5923ED. Grayscale: #B5B5B5. Windows color (decimal): -5841902 or 1236134. OLE color: 1236134.

HSL color Cylindrical-coordinate representation of color #A6DC12: hue angle of 76.04º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6DC12 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 18 -
CMYK 0.25 0 0.92 0.14
HSL 76.04º 0.85% 0.47% -
HSV(B) 76.04º 0.92% 0.86% -
XYZ 41.43 59.34 9.84 -
YUV 180.83 36.11 117.43 -
System Red Green Blue C M Y K H S L
Decimal 166 220 18 0.25 0 0.92 0.14 76.04 0.85 0.47
Hex A6 DC 12 19 0 5C E 4C 55 2F
Octal 246 334 22 31 0 134 16 114 125 57
Binary 10100110 11011100 10010 11001 0 1011100 1110 1001100 1010101 101111

Color Harmonies of #A6DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC12

Black with #A6DC12

Text Example


Text Example

White with #A6DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC12; }

 p { color: rgb(166,220,18); }

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

background-color css

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

 a { background-color: rgb(166,220,18); }

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

border-color css

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

 span { border-color: rgb(166,220,18); }

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