Html Css Color HEX #A6E30C Inch Worm

📋 copy color: '#A6E30C'

red 166 ◦ green 227 ◦ blue 12

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

Shades of Inch Worm #A6E30C

Tints of Inch Worm #A6E30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.05%

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 40.99%
G = 56.05%
B = 2.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#A6E30C (or 0xA6E30C) is known color: Inch Worm. HEX triplet: A6, E3 and 0C. RGB value is (166,227,12). Sum of RGB (Red+Green+Blue) = 166+227+12=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 227 (89.06% from 255 or 56.05% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E30C is #591CF3. Grayscale: #B9B9B9. Windows color (decimal): -5840116 or 844710. OLE color: 844710.

HSL color Cylindrical-coordinate representation of color #A6E30C: hue angle of 77.02º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6E30C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 227 12 -
CMYK 0.27 0 0.95 0.11
HSL 77.02º 0.9% 0.47% -
HSV(B) 77.02º 0.95% 0.89% -
XYZ 43.26 63.07 10.24 -
YUV 184.25 30.79 114.98 -
System Red Green Blue C M Y K H S L
Decimal 166 227 12 0.27 0 0.95 0.11 77.02 0.9 0.47
Hex A6 E3 C 1B 0 5F B 4D 5A 2F
Octal 246 343 14 33 0 137 13 115 132 57
Binary 10100110 11100011 1100 11011 0 1011111 1011 1001101 1011010 101111

Color Harmonies of #A6E30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E30C

Black with #A6E30C

Text Example


Text Example

White with #A6E30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E30C; }

 p { color: rgb(166,227,12); }

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

background-color css

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

 a { background-color: rgb(166,227,12); }

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

border-color css

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

 span { border-color: rgb(166,227,12); }

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