#ACD820

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

Shades of Inch Worm #ACD820

Tints of Inch Worm #ACD820

Color information

#ACD820 (or 0xACD820) is unknown color: approx Inch Worm. HEX triplet: AC, D8 and 20. RGB value is (172,216,32). Sum of RGB (Red+Green+Blue) = 172+216+32=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD820 is #5327DF. Grayscale: #B6B6B6. Windows color (decimal): -5449696 or 2152620. OLE color: 2152620.

HSL color Cylindrical-coordinate representation of color #ACD820: hue angle of 74.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACD820 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB17221632-
CMYK0.2000.850.15
HSL74.35º74.19%48.63%-
HSV(B)74.35º85.19%84.71%-
XYZ41.8357.9910.35-
YUV181.8743.42120.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 216 (84.77% from 255) = 51.43%
BLUE value IS 32 (12.89% from 255) = 7.62%
R=40.95%
G=51.43%
B=7.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172216320.2000.850.1574.3574.1948.63
HexACD82014055F4a4a31
Octal254330402401251711211261
Binary10101100110110001000001010001010101111110010101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD820; }

 p { color: rgb(172,216,32); }

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

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

 a { background-color: rgb(172,216,32); }

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

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

 span { border-color: rgb(172,216,32); }

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