Html Css Color HEX #ACD20C Inch Worm

📋 copy color: '#ACD20C'

red 172 ◦ green 210 ◦ blue 12

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

Shades of Inch Worm #ACD20C

Tints of Inch Worm #ACD20C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.3%

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

R = 43.65%
G = 53.3%
B = 3.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#ACD20C (or 0xACD20C) is known color: Inch Worm. HEX triplet: AC, D2 and 0C. RGB value is (172,210,12). Sum of RGB (Red+Green+Blue) = 172+210+12=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD20C is #532DF3. Grayscale: #B0B0B0. Windows color (decimal): -5451252 or 840364. OLE color: 840364.

HSL color Cylindrical-coordinate representation of color #ACD20C: hue angle of 71.52º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD20C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 12 -
CMYK 0.18 0 0.94 0.18
HSL 71.52º 0.89% 0.44% -
HSV(B) 71.52º 0.94% 0.82% -
XYZ 40.13 54.89 8.83 -
YUV 176.07 35.41 125.1 -
System Red Green Blue C M Y K H S L
Decimal 172 210 12 0.18 0 0.94 0.18 71.52 0.89 0.44
Hex AC D2 C 12 0 5E 12 48 59 2C
Octal 254 322 14 22 0 136 22 110 131 54
Binary 10101100 11010010 1100 10010 0 1011110 10010 1001000 1011001 101100

Color Harmonies of #ACD20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD20C

Black with #ACD20C

Text Example


Text Example

White with #ACD20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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