Html Css Color HEX #ACD920 Inch Worm

📋 copy color: '#ACD920'

red 172 ◦ green 217 ◦ blue 32

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

Shades of Inch Worm #ACD920

Tints of Inch Worm #ACD920

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.54%

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

R = 40.86%
G = 51.54%
B = 7.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#ACD920 (or 0xACD920) is known color: Inch Worm. HEX triplet: AC, D9 and 20. RGB value is (172,217,32). Sum of RGB (Red+Green+Blue) = 172+217+32=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD920 is #5326DF. Grayscale: #B7B7B7. Windows color (decimal): -5449440 or 2152876. OLE color: 2152876.

HSL color Cylindrical-coordinate representation of color #ACD920: hue angle of 74.59º 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 #ACD920 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 32 -
CMYK 0.21 0 0.85 0.15
HSL 74.59º 0.74% 0.49% -
HSV(B) 74.59º 0.85% 0.85% -
XYZ 42.09 58.5 10.44 -
YUV 182.46 43.09 120.54 -
System Red Green Blue C M Y K H S L
Decimal 172 217 32 0.21 0 0.85 0.15 74.59 0.74 0.49
Hex AC D9 20 15 0 55 F 4B 4A 31
Octal 254 331 40 25 0 125 17 113 112 61
Binary 10101100 11011001 100000 10101 0 1010101 1111 1001011 1001010 110001

Color Harmonies of #ACD920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD920

Black with #ACD920

Text Example


Text Example

White with #ACD920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD920; }

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

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

background-color css

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

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

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

border-color css

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

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

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