#ACD100

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

Shades of Inch Worm #ACD100

Tints of Inch Worm #ACD100

Color information

#ACD100 (or 0xACD100) is unknown color: approx Inch Worm. HEX triplet: AC, D1 and 00. RGB value is (172,209,0). Sum of RGB (Red+Green+Blue) = 172+209+0=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD100 is #532EFF. Grayscale: #AEAEAE. Windows color (decimal): -5451520 or 53676. OLE color: 53676.

HSL color Cylindrical-coordinate representation of color #ACD100: hue angle of 70.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD100 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB1722090-
CMYK0.18010.18
HSL70.62º100%40.98%-
HSV(B)70.62º100%81.96%-
XYZ39.8154.378.4-
YUV174.1129.74126.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 209 (82.03% from 255) = 54.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.14%
G=54.86%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal17220900.18010.1870.6210040.98
HexACD101206412476429
Octal25432102201442210714451
Binary1010110011010001010010011001001001010001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD100; }

 p { color: rgb(172,209,0); }

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

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

 a { background-color: rgb(172,209,0); }

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

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

 span { border-color: rgb(172,209,0); }

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