#ACDF2A

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

Shades of Inch Worm #ACDF2A

Tints of Inch Worm #ACDF2A

Color information

#ACDF2A (or 0xACDF2A) is unknown color: approx Inch Worm. HEX triplet: AC, DF and 2A. RGB value is (172,223,42). Sum of RGB (Red+Green+Blue) = 172+223+42=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF2A is #5320D5. Grayscale: #BBBBBB. Windows color (decimal): -5447894 or 2809772. OLE color: 2809772.

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

Color convert

RGB17222342-
CMYK0.2300.810.13
HSL76.91º73.88%51.96%-
HSV(B)76.91º81.17%87.45%-
XYZ43.8261.7111.79-
YUV187.1246.1117.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 223 (87.5% from 255) = 51.03%
BLUE value IS 42 (16.80% from 255) = 9.61%
R=39.36%
G=51.03%
B=9.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172223420.2300.810.1376.9173.8851.96
HexACDF2A17051D4d4a34
Octal254337522701211511511264
Binary10101100110111111010101011101010001110110011011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDF2A; }

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

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

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

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

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

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

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

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