#A8E310

Color #A8E310 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A8E310

Tints of Inch Worm #A8E310

Color information

#A8E310 (or 0xA8E310) is unknown color: approx Inch Worm. HEX triplet: A8, E3 and 10. RGB value is (168,227,16). Sum of RGB (Red+Green+Blue) = 168+227+16=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 227 (89.06% from 255 or 55.23% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E310 is #571CEF. Grayscale: #BABABA. Windows color (decimal): -5709040 or 1106856. OLE color: 1106856.

HSL color Cylindrical-coordinate representation of color #A8E310: hue angle of 76.78º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8E310 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB16822716-
CMYK0.2600.930.11
HSL76.78º86.83%47.65%-
HSV(B)76.78º92.95%89.02%-
XYZ43.7163.310.4-
YUV185.332.45115.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 227 (89.06% from 255) = 55.23%
BLUE value IS 16 (6.64% from 255) = 3.89%
R=40.88%
G=55.23%
B=3.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168227160.2600.930.1176.7886.8347.65
HexA8E3101A05DB4d5730
Octal250343203201351311512760
Binary1010100011100011100001101001011101101110011011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E310; }

 p { color: rgb(168,227,16); }

 H1.HeaderClassName
 {
   color: #A8E310;
 }
 .AnyTagClassName
 {
   color: #A8E310;
 }
</style>
background-color css

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

 a { background-color: rgb(168,227,16); }

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

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

 span { border-color: rgb(168,227,16); }

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