Html Css Color HEX #ACDD20 Inch Worm

📋 copy color: '#ACDD20'

red 172 ◦ green 221 ◦ blue 32

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

Shades of Inch Worm #ACDD20

Tints of Inch Worm #ACDD20

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52%

 BLUE value IS 32 (12.89% from 255) = 7.53%

R = 40.47%
G = 52%
B = 7.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#ACDD20 (or 0xACDD20) is known color: Inch Worm. HEX triplet: AC, DD and 20. RGB value is (172,221,32). Sum of RGB (Red+Green+Blue) = 172+221+32=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD20 is #5322DF. Grayscale: #B9B9B9. Windows color (decimal): -5448416 or 2153900. OLE color: 2153900.

HSL color Cylindrical-coordinate representation of color #ACDD20: hue angle of 75.56º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACDD20 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 32 -
CMYK 0.22 0 0.86 0.13
HSL 75.56º 0.75% 0.5% -
HSV(B) 75.56º 0.86% 0.87% -
XYZ 43.13 60.59 10.79 -
YUV 184.8 41.77 118.87 -
System Red Green Blue C M Y K H S L
Decimal 172 221 32 0.22 0 0.86 0.13 75.56 0.75 0.5
Hex AC DD 20 16 0 56 D 4C 4B 32
Octal 254 335 40 26 0 126 15 114 113 62
Binary 10101100 11011101 100000 10110 0 1010110 1101 1001100 1001011 110010

Color Harmonies of #ACDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD20

Black with #ACDD20

Text Example


Text Example

White with #ACDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD20; }

 p { color: rgb(172,221,32); }

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

background-color css

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

 a { background-color: rgb(172,221,32); }

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

border-color css

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

 span { border-color: rgb(172,221,32); }

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