Html Css Color HEX #ACD80C Inch Worm

📋 copy color: '#ACD80C'

red 172 ◦ green 216 ◦ blue 12

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

Shades of Inch Worm #ACD80C

Tints of Inch Worm #ACD80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54%

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

R = 43%
G = 54%
B = 3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#ACD80C (or 0xACD80C) is known color: Inch Worm. HEX triplet: AC, D8 and 0C. RGB value is (172,216,12). Sum of RGB (Red+Green+Blue) = 172+216+12=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD80C is #5327F3. Grayscale: #B4B4B4. Windows color (decimal): -5449716 or 841900. OLE color: 841900.

HSL color Cylindrical-coordinate representation of color #ACD80C: hue angle of 72.94º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD80C is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 12 -
CMYK 0.20 0 0.94 0.15
HSL 72.94º 0.89% 0.45% -
HSV(B) 72.94º 0.94% 0.85% -
XYZ 41.64 57.91 9.33 -
YUV 179.59 33.42 122.59 -
System Red Green Blue C M Y K H S L
Decimal 172 216 12 0.20 0 0.94 0.15 72.94 0.89 0.45
Hex AC D8 C 14 0 5E F 49 59 2D
Octal 254 330 14 24 0 136 17 111 131 55
Binary 10101100 11011000 1100 10100 0 1011110 1111 1001001 1011001 101101

Color Harmonies of #ACD80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD80C

Black with #ACD80C

Text Example


Text Example

White with #ACD80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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