Html Css Color HEX #ACD620 Inch Worm

📋 copy color: '#ACD620'

red 172 ◦ green 214 ◦ blue 32

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

Shades of Inch Worm #ACD620

Tints of Inch Worm #ACD620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.2%

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

R = 41.15%
G = 51.2%
B = 7.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#ACD620 (or 0xACD620) is known color: Inch Worm. HEX triplet: AC, D6 and 20. RGB value is (172,214,32). Sum of RGB (Red+Green+Blue) = 172+214+32=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD620 is #5329DF. Grayscale: #B5B5B5. Windows color (decimal): -5450208 or 2152108. OLE color: 2152108.

HSL color Cylindrical-coordinate representation of color #ACD620: hue angle of 73.85º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACD620 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 32 -
CMYK 0.20 0 0.85 0.16
HSL 73.85º 0.74% 0.48% -
HSV(B) 73.85º 0.85% 0.84% -
XYZ 41.32 56.97 10.18 -
YUV 180.69 44.09 121.8 -
System Red Green Blue C M Y K H S L
Decimal 172 214 32 0.20 0 0.85 0.16 73.85 0.74 0.48
Hex AC D6 20 14 0 55 10 4A 4A 30
Octal 254 326 40 24 0 125 20 112 112 60
Binary 10101100 11010110 100000 10100 0 1010101 10000 1001010 1001010 110000

Color Harmonies of #ACD620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD620

Black with #ACD620

Text Example


Text Example

White with #ACD620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD620; }

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

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

background-color css

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

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

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

border-color css

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

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

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