#A4D619

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

Shades of Inch Worm #A4D619

Tints of Inch Worm #A4D619

Color information

#A4D619 (or 0xA4D619) is unknown color: approx Inch Worm. HEX triplet: A4, D6 and 19. RGB value is (164,214,25). Sum of RGB (Red+Green+Blue) = 164+214+25=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D619 is #5B29E6. Grayscale: #B2B2B2. Windows color (decimal): -5974503 or 1693348. OLE color: 1693348.

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

Color convert

RGB16421425-
CMYK0.2300.880.16
HSL75.87º79.08%46.86%-
HSV(B)75.87º88.32%83.92%-
XYZ39.5356.069.66-
YUV177.541.94118.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 214 (83.98% from 255) = 53.10%
BLUE value IS 25 (10.16% from 255) = 6.20%
R=40.69%
G=53.10%
B=6.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164214250.2300.880.1675.8779.0846.86
HexA4D61917058104c4f2f
Octal244326312701302011411757
Binary10100100110101101100110111010110001000010011001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D619; }

 p { color: rgb(164,214,25); }

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

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

 a { background-color: rgb(164,214,25); }

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

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

 span { border-color: rgb(164,214,25); }

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