#A3EB15

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

Shades of Inch Worm #A3EB15

Tints of Inch Worm #A3EB15

Color information

#A3EB15 (or 0xA3EB15) is unknown color: approx Inch Worm. HEX triplet: A3, EB and 15. RGB value is (163,235,21). Sum of RGB (Red+Green+Blue) = 163+235+21=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 235 (92.19% from 255 or 56.09% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EB15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3EB15 is #5C14EA. Grayscale: #BDBDBD. Windows color (decimal): -6034667 or 1436579. OLE color: 1436579.

HSL color Cylindrical-coordinate representation of color #A3EB15: hue angle of 80.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3EB15 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB16323521-
CMYK0.3100.910.08
HSL80.19º84.25%50.2%-
HSV(B)80.19º91.06%92.16%-
XYZ44.9567.2611.32-
YUV189.0833.15109.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 235 (92.19% from 255) = 56.09%
BLUE value IS 21 (8.59% from 255) = 5.01%
R=38.90%
G=56.09%
B=5.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal163235210.3100.910.0880.1984.2550.2
HexA3EB151F05B8505432
Octal243353253701331012012462
Binary1010001111101011101011111101011011100010100001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EB15; }

 p { color: rgb(163,235,21); }

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

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

 a { background-color: rgb(163,235,21); }

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

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

 span { border-color: rgb(163,235,21); }

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