Html Css Color HEX #A6E50E Inch Worm

📋 copy color: '#A6E50E'

red 166 ◦ green 229 ◦ blue 14

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

Shades of Inch Worm #A6E50E

Tints of Inch Worm #A6E50E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.99%

 BLUE value IS 14 (5.86% from 255) = 3.42%

R = 40.59%
G = 55.99%
B = 3.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#A6E50E (or 0xA6E50E) is known color: Inch Worm. HEX triplet: A6, E5 and 0E. RGB value is (166,229,14). Sum of RGB (Red+Green+Blue) = 166+229+14=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 229 (89.84% from 255 or 55.99% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E50E is #591AF1. Grayscale: #BABABA. Windows color (decimal): -5839602 or 976294. OLE color: 976294.

HSL color Cylindrical-coordinate representation of color #A6E50E: hue angle of 77.58º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6E50E is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 229 14 -
CMYK 0.28 0 0.94 0.10
HSL 77.58º 0.88% 0.48% -
HSV(B) 77.58º 0.94% 0.9% -
XYZ 43.82 64.18 10.49 -
YUV 185.65 31.13 113.98 -
System Red Green Blue C M Y K H S L
Decimal 166 229 14 0.28 0 0.94 0.10 77.58 0.88 0.48
Hex A6 E5 E 1C 0 5E A 4E 58 30
Octal 246 345 16 34 0 136 12 116 130 60
Binary 10100110 11100101 1110 11100 0 1011110 1010 1001110 1011000 110000

Color Harmonies of #A6E50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E50E

Black with #A6E50E

Text Example


Text Example

White with #A6E50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E50E; }

 p { color: rgb(166,229,14); }

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

background-color css

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

 a { background-color: rgb(166,229,14); }

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

border-color css

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

 span { border-color: rgb(166,229,14); }

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