#ACD704

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

Shades of Inch Worm #ACD704

Tints of Inch Worm #ACD704

Color information

#ACD704 (or 0xACD704) is unknown color: approx Inch Worm. HEX triplet: AC, D7 and 04. RGB value is (172,215,4). Sum of RGB (Red+Green+Blue) = 172+215+4=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD704 is #5328FB. Grayscale: #B2B2B2. Windows color (decimal): -5449980 or 317356. OLE color: 317356.

HSL color Cylindrical-coordinate representation of color #ACD704: hue angle of 72.23º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACD704 is Cyan = 0.2, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB1722154-
CMYK0.200.980.16
HSL72.23º96.35%42.94%-
HSV(B)72.23º98.14%84.31%-
XYZ41.3457.389.01-
YUV178.0929.75123.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 215 (84.38% from 255) = 54.99%
BLUE value IS 4 (1.95% from 255) = 1.02%
R=43.99%
G=54.99%
B=1.02%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal17221540.200.980.1672.2396.3542.94
HexACD74140621048602b
Octal25432742401422011014053
Binary101011001101011110010100011000101000010010001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD704; }

 p { color: rgb(172,215,4); }

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

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

 a { background-color: rgb(172,215,4); }

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

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

 span { border-color: rgb(172,215,4); }

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