#A5EE13

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

Shades of Inch Worm #A5EE13

Tints of Inch Worm #A5EE13

Color information

#A5EE13 (or 0xA5EE13) is unknown color: approx Inch Worm. HEX triplet: A5, EE and 13. RGB value is (165,238,19). Sum of RGB (Red+Green+Blue) = 165+238+19=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 238 (93.36% from 255 or 56.40% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EE13 is #5A11EC. Grayscale: #C0C0C0. Windows color (decimal): -5902829 or 1306277. OLE color: 1306277.

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

Color convert

RGB16523819-
CMYK0.3100.920.07
HSL80º86.56%50.39%-
HSV(B)80º92.02%93.33%-
XYZ46.2169.211.54-
YUV191.2130.82109.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 238 (93.36% from 255) = 56.40%
BLUE value IS 19 (7.81% from 255) = 4.50%
R=39.10%
G=56.40%
B=4.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165238190.3100.920.078086.5650.39
HexA5EE131F05C7505732
Octal24535623370134712012762
Binary101001011110111010011111110101110011110100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EE13; }

 p { color: rgb(165,238,19); }

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

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

 a { background-color: rgb(165,238,19); }

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

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

 span { border-color: rgb(165,238,19); }

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