Html Css Color HEX #ACDC11 Inch Worm

📋 copy color: '#ACDC11'

red 172 ◦ green 220 ◦ blue 17

#ACDC11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #ACDC11

Tints of Inch Worm #ACDC11

RGB

 RED value IS 172 (67.58% from 255) = 42.05%

 GREEN value IS 220 (86.33% from 255) = 53.79%

 BLUE value IS 17 (7.03% from 255) = 4.16%

R = 42.05%
G = 53.79%
B = 4.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#ACDC11 (or 0xACDC11) is known color: Inch Worm. HEX triplet: AC, DC and 11. RGB value is (172,220,17). Sum of RGB (Red+Green+Blue) = 172+220+17=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDC11 is #5323EE. Grayscale: #B7B7B7. Windows color (decimal): -5448687 or 1170604. OLE color: 1170604.

HSL color Cylindrical-coordinate representation of color #ACDC11: hue angle of 74.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACDC11 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 17 -
CMYK 0.22 0 0.92 0.14
HSL 74.19º 0.86% 0.46% -
HSV(B) 74.19º 0.92% 0.86% -
XYZ 42.71 60 9.86 -
YUV 182.51 34.6 120.51 -
System Red Green Blue C M Y K H S L
Decimal 172 220 17 0.22 0 0.92 0.14 74.19 0.86 0.46
Hex AC DC 11 16 0 5C E 4A 56 2E
Octal 254 334 21 26 0 134 16 112 126 56
Binary 10101100 11011100 10001 10110 0 1011100 1110 1001010 1010110 101110

Color Harmonies of #ACDC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC11

Black with #ACDC11

Text Example


Text Example

White with #ACDC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC11; }

 p { color: rgb(172,220,17); }

 H1.HeaderClassName
 {
   color: #ACDC11;
 }
 .AnyTagClassName
 {
   color: #ACDC11;
 }
</style>

background-color css

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

 a { background-color: rgb(172,220,17); }

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

border-color css

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

 span { border-color: rgb(172,220,17); }

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