Html Css Color HEX #ACD520 Inch Worm

📋 copy color: '#ACD520'

red 172 ◦ green 213 ◦ blue 32

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

Shades of Inch Worm #ACD520

Tints of Inch Worm #ACD520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.08%

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

R = 41.25%
G = 51.08%
B = 7.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#ACD520 (or 0xACD520) is known color: Inch Worm. HEX triplet: AC, D5 and 20. RGB value is (172,213,32). Sum of RGB (Red+Green+Blue) = 172+213+32=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD520 is #532ADF. Grayscale: #B4B4B4. Windows color (decimal): -5450464 or 2151852. OLE color: 2151852.

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

Color convert

RGB 172 213 32 -
CMYK 0.19 0 0.85 0.16
HSL 73.59º 0.74% 0.48% -
HSV(B) 73.59º 0.85% 0.84% -
XYZ 41.07 56.46 10.1 -
YUV 180.11 44.42 122.22 -
System Red Green Blue C M Y K H S L
Decimal 172 213 32 0.19 0 0.85 0.16 73.59 0.74 0.48
Hex AC D5 20 13 0 55 10 4A 4A 30
Octal 254 325 40 23 0 125 20 112 112 60
Binary 10101100 11010101 100000 10011 0 1010101 10000 1001010 1001010 110000

Color Harmonies of #ACD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD520

Black with #ACD520

Text Example


Text Example

White with #ACD520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD520; }

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

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

background-color css

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

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

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

border-color css

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

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

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