Html Css Color HEX #A6E512 Inch Worm

📋 copy color: '#A6E512'

red 166 ◦ green 229 ◦ blue 18

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

Shades of Inch Worm #A6E512

Tints of Inch Worm #A6E512

RGB

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

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

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

R = 40.19%
G = 55.45%
B = 4.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#A6E512 (or 0xA6E512) is known color: Inch Worm. HEX triplet: A6, E5 and 12. RGB value is (166,229,18). Sum of RGB (Red+Green+Blue) = 166+229+18=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E512 is #591AED. Grayscale: #BABABA. Windows color (decimal): -5839598 or 1238438. OLE color: 1238438.

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

Color convert

RGB 166 229 18 -
CMYK 0.28 0 0.92 0.10
HSL 77.91º 0.85% 0.48% -
HSV(B) 77.91º 0.92% 0.9% -
XYZ 43.85 64.19 10.65 -
YUV 186.11 33.13 113.66 -
System Red Green Blue C M Y K H S L
Decimal 166 229 18 0.28 0 0.92 0.10 77.91 0.85 0.48
Hex A6 E5 12 1C 0 5C A 4E 55 30
Octal 246 345 22 34 0 134 12 116 125 60
Binary 10100110 11100101 10010 11100 0 1011100 1010 1001110 1010101 110000

Color Harmonies of #A6E512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E512

Black with #A6E512

Text Example


Text Example

White with #A6E512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E512; }

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

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

background-color css

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

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

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

border-color css

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

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

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