Html Css Color HEX #ACDC17 Inch Worm

📋 copy color: '#ACDC17'

red 172 ◦ green 220 ◦ blue 23

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

Shades of Inch Worm #ACDC17

Tints of Inch Worm #ACDC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.54%

R = 41.45%
G = 53.01%
B = 5.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#ACDC17 (or 0xACDC17) is known color: Inch Worm. HEX triplet: AC, DC and 17. RGB value is (172,220,23). Sum of RGB (Red+Green+Blue) = 172+220+23=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDC17 is #5323E8. Grayscale: #B7B7B7. Windows color (decimal): -5448681 or 1563820. OLE color: 1563820.

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

Color convert

RGB 172 220 23 -
CMYK 0.22 0 0.90 0.14
HSL 74.62º 0.81% 0.48% -
HSV(B) 74.62º 0.9% 0.86% -
XYZ 42.76 60.02 10.14 -
YUV 183.19 37.6 120.02 -
System Red Green Blue C M Y K H S L
Decimal 172 220 23 0.22 0 0.90 0.14 74.62 0.81 0.48
Hex AC DC 17 16 0 5A E 4B 51 30
Octal 254 334 27 26 0 132 16 113 121 60
Binary 10101100 11011100 10111 10110 0 1011010 1110 1001011 1010001 110000

Color Harmonies of #ACDC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC17

Black with #ACDC17

Text Example


Text Example

White with #ACDC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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