#ACDF10

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

Shades of Inch Worm #ACDF10

Tints of Inch Worm #ACDF10

Color information

#ACDF10 (or 0xACDF10) is unknown color: approx Inch Worm. HEX triplet: AC, DF and 10. RGB value is (172,223,16). Sum of RGB (Red+Green+Blue) = 172+223+16=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDF10 is #5320EF. Grayscale: #B8B8B8. Windows color (decimal): -5447920 or 1105836. OLE color: 1105836.

HSL color Cylindrical-coordinate representation of color #ACDF10: hue angle of 74.78º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACDF10 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB17222316-
CMYK0.2300.930.13
HSL74.78º86.61%46.86%-
HSV(B)74.78º92.83%87.45%-
XYZ43.4961.5810.08-
YUV184.1533.1119.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 223 (87.5% from 255) = 54.26%
BLUE value IS 16 (6.64% from 255) = 3.89%
R=41.85%
G=54.26%
B=3.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172223160.2300.930.1374.7886.6146.86
HexACDF101705DD4b572f
Octal254337202701351511312757
Binary1010110011011111100001011101011101110110010111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDF10; }

 p { color: rgb(172,223,16); }

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

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

 a { background-color: rgb(172,223,16); }

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

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

 span { border-color: rgb(172,223,16); }

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