#A0EB15

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

Shades of Inch Worm #A0EB15

Tints of Inch Worm #A0EB15

Color information

#A0EB15 (or 0xA0EB15) is unknown color: approx Inch Worm. HEX triplet: A0, EB and 15. RGB value is (160,235,21). Sum of RGB (Red+Green+Blue) = 160+235+21=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 235 (92.19% from 255 or 56.49% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EB15 is #5F14EA. Grayscale: #BCBCBC. Windows color (decimal): -6231275 or 1436576. OLE color: 1436576.

HSL color Cylindrical-coordinate representation of color #A0EB15: hue angle of 81.03º 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 #A0EB15 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB16023521-
CMYK0.3200.910.08
HSL81.03º84.25%50.2%-
HSV(B)81.03º91.06%92.16%-
XYZ44.3466.9411.29-
YUV188.1833.65107.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 235 (92.19% from 255) = 56.49%
BLUE value IS 21 (8.59% from 255) = 5.05%
R=38.46%
G=56.49%
B=5.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160235210.3200.910.0881.0384.2550.2
HexA0EB152005B8515432
Octal240353254001331012112462
Binary10100000111010111010110000001011011100010100011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EB15; }

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

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

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

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

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

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

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

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