Html Css Color HEX #ACDC0C Inch Worm

📋 copy color: '#ACDC0C'

red 172 ◦ green 220 ◦ blue 12

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

Shades of Inch Worm #ACDC0C

Tints of Inch Worm #ACDC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.97%

R = 42.57%
G = 54.46%
B = 2.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#ACDC0C (or 0xACDC0C) is known color: Inch Worm. HEX triplet: AC, DC and 0C. RGB value is (172,220,12). Sum of RGB (Red+Green+Blue) = 172+220+12=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDC0C is #5323F3. Grayscale: #B6B6B6. Windows color (decimal): -5448692 or 842924. OLE color: 842924.

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

Color convert

RGB 172 220 12 -
CMYK 0.22 0 0.95 0.14
HSL 73.85º 0.9% 0.45% -
HSV(B) 73.85º 0.95% 0.86% -
XYZ 42.67 59.98 9.68 -
YUV 181.94 32.1 120.91 -
System Red Green Blue C M Y K H S L
Decimal 172 220 12 0.22 0 0.95 0.14 73.85 0.9 0.45
Hex AC DC C 16 0 5F E 4A 5A 2D
Octal 254 334 14 26 0 137 16 112 132 55
Binary 10101100 11011100 1100 10110 0 1011111 1110 1001010 1011010 101101

Color Harmonies of #ACDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC0C

Black with #ACDC0C

Text Example


Text Example

White with #ACDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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