Html Css Color HEX #ACD820 Inch Worm

📋 copy color: '#ACD820'

red 172 ◦ green 216 ◦ blue 32

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

Shades of Inch Worm #ACD820

Tints of Inch Worm #ACD820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.43%

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

R = 40.95%
G = 51.43%
B = 7.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#ACD820 (or 0xACD820) is known color: Inch Worm. HEX triplet: AC, D8 and 20. RGB value is (172,216,32). Sum of RGB (Red+Green+Blue) = 172+216+32=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD820 is #5327DF. Grayscale: #B6B6B6. Windows color (decimal): -5449696 or 2152620. OLE color: 2152620.

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

Color convert

RGB 172 216 32 -
CMYK 0.20 0 0.85 0.15
HSL 74.35º 0.74% 0.49% -
HSV(B) 74.35º 0.85% 0.85% -
XYZ 41.83 57.99 10.35 -
YUV 181.87 43.42 120.96 -
System Red Green Blue C M Y K H S L
Decimal 172 216 32 0.20 0 0.85 0.15 74.35 0.74 0.49
Hex AC D8 20 14 0 55 F 4A 4A 31
Octal 254 330 40 24 0 125 17 112 112 61
Binary 10101100 11011000 100000 10100 0 1010101 1111 1001010 1001010 110001

Color Harmonies of #ACD820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD820

Black with #ACD820

Text Example


Text Example

White with #ACD820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD820; }

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

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

background-color css

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

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

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

border-color css

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

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

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