Html Css Color HEX #A6EC12 Inch Worm

📋 copy color: '#A6EC12'

red 166 ◦ green 236 ◦ blue 18

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

Shades of Inch Worm #A6EC12

Tints of Inch Worm #A6EC12

RGB

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

 GREEN value IS 236 (92.58% from 255) = 56.19%

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

R = 39.52%
G = 56.19%
B = 4.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#A6EC12 (or 0xA6EC12) is known color: Inch Worm. HEX triplet: A6, EC and 12. RGB value is (166,236,18). Sum of RGB (Red+Green+Blue) = 166+236+18=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6EC12 is #5913ED. Grayscale: #BFBFBF. Windows color (decimal): -5837806 or 1240230. OLE color: 1240230.

HSL color Cylindrical-coordinate representation of color #A6EC12: hue angle of 79.27º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6EC12 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 18 -
CMYK 0.30 0 0.92 0.07
HSL 79.27º 0.86% 0.5% -
HSV(B) 79.27º 0.92% 0.93% -
XYZ 45.83 68.14 11.31 -
YUV 190.22 30.81 110.73 -
System Red Green Blue C M Y K H S L
Decimal 166 236 18 0.30 0 0.92 0.07 79.27 0.86 0.5
Hex A6 EC 12 1E 0 5C 7 4F 56 32
Octal 246 354 22 36 0 134 7 117 126 62
Binary 10100110 11101100 10010 11110 0 1011100 111 1001111 1010110 110010

Color Harmonies of #A6EC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EC12

Black with #A6EC12

Text Example


Text Example

White with #A6EC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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