#A5D713

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

Shades of Inch Worm #A5D713

Tints of Inch Worm #A5D713

Color information

#A5D713 (or 0xA5D713) is unknown color: approx Inch Worm. HEX triplet: A5, D7 and 13. RGB value is (165,215,19). Sum of RGB (Red+Green+Blue) = 165+215+19=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D713 is #5A28EC. Grayscale: #B2B2B2. Windows color (decimal): -5908717 or 1300389. OLE color: 1300389.

HSL color Cylindrical-coordinate representation of color #A5D713: hue angle of 75.31º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5D713 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB16521519-
CMYK0.2300.910.16
HSL75.31º83.76%45.88%-
HSV(B)75.31º91.16%84.31%-
XYZ39.9456.659.45-
YUV177.7138.44118.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 215 (84.38% from 255) = 53.88%
BLUE value IS 19 (7.81% from 255) = 4.76%
R=41.35%
G=53.88%
B=4.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165215190.2300.910.1675.3183.7645.88
HexA5D7131705B104b542e
Octal245327232701332011312456
Binary10100101110101111001110111010110111000010010111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D713; }

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

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

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

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

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

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

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

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