Html Css Color HEX #ACDA20 Inch Worm

📋 copy color: '#ACDA20'

red 172 ◦ green 218 ◦ blue 32

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

Shades of Inch Worm #ACDA20

Tints of Inch Worm #ACDA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.66%

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

R = 40.76%
G = 51.66%
B = 7.58%

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

#ACDA20 (or 0xACDA20) is known color: Inch Worm. HEX triplet: AC, DA and 20. RGB value is (172,218,32). Sum of RGB (Red+Green+Blue) = 172+218+32=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA20 is #5325DF. Grayscale: #B7B7B7. Windows color (decimal): -5449184 or 2153132. OLE color: 2153132.

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

Color convert

RGB 172 218 32 -
CMYK 0.21 0 0.85 0.15
HSL 74.84º 0.74% 0.49% -
HSV(B) 74.84º 0.85% 0.85% -
XYZ 42.35 59.02 10.53 -
YUV 183.04 42.76 120.12 -
System Red Green Blue C M Y K H S L
Decimal 172 218 32 0.21 0 0.85 0.15 74.84 0.74 0.49
Hex AC DA 20 15 0 55 F 4B 4A 31
Octal 254 332 40 25 0 125 17 113 112 61
Binary 10101100 11011010 100000 10101 0 1010101 1111 1001011 1001010 110001

Color Harmonies of #ACDA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA20

Black with #ACDA20

Text Example


Text Example

White with #ACDA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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