Html Css Color HEX #ACD20D Inch Worm

📋 copy color: '#ACD20D'

red 172 ◦ green 210 ◦ blue 13

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

Shades of Inch Worm #ACD20D

Tints of Inch Worm #ACD20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 43.54%
G = 53.16%
B = 3.29%

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

#ACD20D (or 0xACD20D) is known color: Inch Worm. HEX triplet: AC, D2 and 0D. RGB value is (172,210,13). Sum of RGB (Red+Green+Blue) = 172+210+13=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD20D is #532DF2. Grayscale: #B0B0B0. Windows color (decimal): -5451251 or 905900. OLE color: 905900.

HSL color Cylindrical-coordinate representation of color #ACD20D: hue angle of 71.57º degrees, saturation: 0.88, 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 #ACD20D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 13 -
CMYK 0.18 0 0.94 0.18
HSL 71.57º 0.88% 0.44% -
HSV(B) 71.57º 0.94% 0.82% -
XYZ 40.13 54.89 8.86 -
YUV 176.18 35.91 125.02 -
System Red Green Blue C M Y K H S L
Decimal 172 210 13 0.18 0 0.94 0.18 71.57 0.88 0.44
Hex AC D2 D 12 0 5E 12 48 58 2C
Octal 254 322 15 22 0 136 22 110 130 54
Binary 10101100 11010010 1101 10010 0 1011110 10010 1001000 1011000 101100

Color Harmonies of #ACD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD20D

Black with #ACD20D

Text Example


Text Example

White with #ACD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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