Html Css Color HEX #ACD420 Inch Worm

📋 copy color: '#ACD420'

red 172 ◦ green 212 ◦ blue 32

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

Shades of Inch Worm #ACD420

Tints of Inch Worm #ACD420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.96%

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

R = 41.35%
G = 50.96%
B = 7.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#ACD420 (or 0xACD420) is known color: Inch Worm. HEX triplet: AC, D4 and 20. RGB value is (172,212,32). Sum of RGB (Red+Green+Blue) = 172+212+32=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD420 is #532BDF. Grayscale: #B4B4B4. Windows color (decimal): -5450720 or 2151596. OLE color: 2151596.

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

Color convert

RGB 172 212 32 -
CMYK 0.19 0 0.85 0.17
HSL 73.33º 0.74% 0.48% -
HSV(B) 73.33º 0.85% 0.83% -
XYZ 40.82 55.96 10.02 -
YUV 179.52 44.75 122.64 -
System Red Green Blue C M Y K H S L
Decimal 172 212 32 0.19 0 0.85 0.17 73.33 0.74 0.48
Hex AC D4 20 13 0 55 11 49 4A 30
Octal 254 324 40 23 0 125 21 111 112 60
Binary 10101100 11010100 100000 10011 0 1010101 10001 1001001 1001010 110000

Color Harmonies of #ACD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD420

Black with #ACD420

Text Example


Text Example

White with #ACD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD420; }

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

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

background-color css

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

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

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

border-color css

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

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

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