Html Css Color HEX #A6EC1F Inch Worm

📋 copy color: '#A6EC1F'

red 166 ◦ green 236 ◦ blue 31

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

Shades of Inch Worm #A6EC1F

Tints of Inch Worm #A6EC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.16%

R = 38.34%
G = 54.5%
B = 7.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#A6EC1F (or 0xA6EC1F) is known color: Inch Worm. HEX triplet: A6, EC and 1F. RGB value is (166,236,31). Sum of RGB (Red+Green+Blue) = 166+236+31=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6EC1F is #5913E0. Grayscale: #C0C0C0. Windows color (decimal): -5837793 or 2092198. OLE color: 2092198.

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

Color convert

RGB 166 236 31 -
CMYK 0.30 0 0.87 0.07
HSL 80.49º 0.84% 0.52% -
HSV(B) 80.49º 0.87% 0.93% -
XYZ 45.97 68.2 12.04 -
YUV 191.7 37.31 109.67 -
System Red Green Blue C M Y K H S L
Decimal 166 236 31 0.30 0 0.87 0.07 80.49 0.84 0.52
Hex A6 EC 1F 1E 0 57 7 50 54 34
Octal 246 354 37 36 0 127 7 120 124 64
Binary 10100110 11101100 11111 11110 0 1010111 111 1010000 1010100 110100

Color Harmonies of #A6EC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EC1F

Black with #A6EC1F

Text Example


Text Example

White with #A6EC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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