#A0E713

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

Shades of Inch Worm #A0E713

Tints of Inch Worm #A0E713

Color information

#A0E713 (or 0xA0E713) is unknown color: approx Inch Worm. HEX triplet: A0, E7 and 13. RGB value is (160,231,19). Sum of RGB (Red+Green+Blue) = 160+231+19=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 231 (90.62% from 255 or 56.34% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E713 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0E713 is #5F18EC. Grayscale: #BABABA. Windows color (decimal): -6232301 or 1304480. OLE color: 1304480.

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

Color convert

RGB16023119-
CMYK0.3100.920.09
HSL80.09º84.8%49.02%-
HSV(B)80.09º91.77%90.59%-
XYZ43.1964.6710.82-
YUV185.633.98109.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 231 (90.62% from 255) = 56.34%
BLUE value IS 19 (7.81% from 255) = 4.63%
R=39.02%
G=56.34%
B=4.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160231190.3100.920.0980.0984.849.02
HexA0E7131F05C9505531
Octal240347233701341112012561
Binary1010000011100111100111111101011100100110100001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E713; }

 p { color: rgb(160,231,19); }

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

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

 a { background-color: rgb(160,231,19); }

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

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

 span { border-color: rgb(160,231,19); }

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