#ACD316

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

Shades of Inch Worm #ACD316

Tints of Inch Worm #ACD316

Color information

#ACD316 (or 0xACD316) is unknown color: approx Inch Worm. HEX triplet: AC, D3 and 16. RGB value is (172,211,22). Sum of RGB (Red+Green+Blue) = 172+211+22=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD316 is #532CE9. Grayscale: #B2B2B2. Windows color (decimal): -5450986 or 1495980. OLE color: 1495980.

HSL color Cylindrical-coordinate representation of color #ACD316: hue angle of 72.38º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACD316 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB17221122-
CMYK0.1800.900.17
HSL72.38º81.12%45.69%-
HSV(B)72.38º89.57%82.75%-
XYZ40.4555.429.32-
YUV177.7940.08123.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 211 (82.81% from 255) = 52.10%
BLUE value IS 22 (8.98% from 255) = 5.43%
R=42.47%
G=52.10%
B=5.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172211220.1800.900.1772.3881.1245.69
HexACD3161205A1148512e
Octal254323262201322111012156
Binary10101100110100111011010010010110101000110010001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD316; }

 p { color: rgb(172,211,22); }

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

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

 a { background-color: rgb(172,211,22); }

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

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

 span { border-color: rgb(172,211,22); }

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