#A5E90E

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

Shades of Inch Worm #A5E90E

Tints of Inch Worm #A5E90E

Color information

#A5E90E (or 0xA5E90E) is unknown color: approx Inch Worm. HEX triplet: A5, E9 and 0E. RGB value is (165,233,14). Sum of RGB (Red+Green+Blue) = 165+233+14=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 233 (91.41% from 255 or 56.55% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E90E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5E90E is #5A16F1. Grayscale: #BCBCBC. Windows color (decimal): -5904114 or 977317. OLE color: 977317.

HSL color Cylindrical-coordinate representation of color #A5E90E: hue angle of 78.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5E90E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB16523314-
CMYK0.2900.940.09
HSL78.63º88.66%48.43%-
HSV(B)78.63º93.99%91.37%-
XYZ44.7466.3110.86-
YUV187.729.97111.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 233 (91.41% from 255) = 56.55%
BLUE value IS 14 (5.86% from 255) = 3.40%
R=40.05%
G=56.55%
B=3.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165233140.2900.940.0978.6388.6648.43
HexA5E9E1D05E94f5930
Octal245351163501361111713160
Binary101001011110100111101110101011110100110011111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E90E; }

 p { color: rgb(165,233,14); }

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

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

 a { background-color: rgb(165,233,14); }

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

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

 span { border-color: rgb(165,233,14); }

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