#a5f51a

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

Shades of Inch Worm #A5F51A

Tints of Inch Worm #A5F51A

Color information

#A5F51A (or 0xA5F51A) is unknown color: approx Inch Worm. HEX triplet: A5, F5 and 1A. RGB value is (165,245,26). Sum of RGB (Red+Green+Blue) = 165+245+26=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F51A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F51A is #5A0AE5. Grayscale: #C4C4C4. Windows color (decimal): -5901030 or 1766821. OLE color: 1766821.

HSL color Cylindrical-coordinate representation of color #A5F51A: hue angle of 81.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5F51A is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB16524526-
CMYK0.3300.890.04
HSL81.92º91.63%53.14%-
HSV(B)81.92º89.39%96.08%-
XYZ48.3673.3812.59-
YUV196.1132105.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 245 (96.09% from 255) = 56.19%
BLUE value IS 26 (10.55% from 255) = 5.96%
R=37.84%
G=56.19%
B=5.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165245260.3300.890.0481.9291.6353.14
HexA5F51A210594525c35
Octal24536532410131412213465
Binary1010010111110101110101000010101100110010100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5f51a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5f51a; }

 p { color: rgb(165,245,26); }

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

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

 a { background-color: rgb(165,245,26); }

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

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

 span { border-color: rgb(165,245,26); }

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