#A8E20B

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

Shades of Inch Worm #A8E20B

Tints of Inch Worm #A8E20B

Color information

#A8E20B (or 0xA8E20B) is unknown color: approx Inch Worm. HEX triplet: A8, E2 and 0B. RGB value is (168,226,11). Sum of RGB (Red+Green+Blue) = 168+226+11=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 226 (88.67% from 255 or 55.80% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E20B is #571DF4. Grayscale: #B8B8B8. Windows color (decimal): -5709301 or 778920. OLE color: 778920.

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

Color convert

RGB16822611-
CMYK0.2600.950.11
HSL76.19º90.72%46.47%-
HSV(B)76.19º95.13%88.63%-
XYZ43.4162.7410.14-
YUV184.1530.28116.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 226 (88.67% from 255) = 55.80%
BLUE value IS 11 (4.69% from 255) = 2.72%
R=41.48%
G=55.80%
B=2.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168226110.2600.950.1176.1990.7246.47
HexA8E2B1A05FB4c5b2e
Octal250342133201371311413356
Binary101010001110001010111101001011111101110011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E20B; }

 p { color: rgb(168,226,11); }

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

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

 a { background-color: rgb(168,226,11); }

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

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

 span { border-color: rgb(168,226,11); }

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