Html Css Color HEX #ACDC2A Inch Worm

📋 copy color: '#ACDC2A'

red 172 ◦ green 220 ◦ blue 42

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

Shades of Inch Worm #ACDC2A

Tints of Inch Worm #ACDC2A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 42 (16.8% from 255) = 9.68%

R = 39.63%
G = 50.69%
B = 9.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#ACDC2A (or 0xACDC2A) is known color: Inch Worm. HEX triplet: AC, DC and 2A. RGB value is (172,220,42). Sum of RGB (Red+Green+Blue) = 172+220+42=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC2A is #5323D5. Grayscale: #BABABA. Windows color (decimal): -5448662 or 2809004. OLE color: 2809004.

HSL color Cylindrical-coordinate representation of color #ACDC2A: hue angle of 76.18º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACDC2A is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 42 -
CMYK 0.22 0 0.81 0.14
HSL 76.18º 0.72% 0.51% -
HSV(B) 76.18º 0.81% 0.86% -
XYZ 43.02 60.12 11.53 -
YUV 185.36 47.1 118.47 -
System Red Green Blue C M Y K H S L
Decimal 172 220 42 0.22 0 0.81 0.14 76.18 0.72 0.51
Hex AC DC 2A 16 0 51 E 4C 48 33
Octal 254 334 52 26 0 121 16 114 110 63
Binary 10101100 11011100 101010 10110 0 1010001 1110 1001100 1001000 110011

Color Harmonies of #ACDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC2A

Black with #ACDC2A

Text Example


Text Example

White with #ACDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC2A; }

 p { color: rgb(172,220,42); }

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

background-color css

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

 a { background-color: rgb(172,220,42); }

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

border-color css

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

 span { border-color: rgb(172,220,42); }

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