Html Css Color HEX #ACD40C Inch Worm

📋 copy color: '#ACD40C'

red 172 ◦ green 212 ◦ blue 12

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

Shades of Inch Worm #ACD40C

Tints of Inch Worm #ACD40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.54%

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

R = 43.43%
G = 53.54%
B = 3.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#ACD40C (or 0xACD40C) is known color: Inch Worm. HEX triplet: AC, D4 and 0C. RGB value is (172,212,12). Sum of RGB (Red+Green+Blue) = 172+212+12=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD40C is #532BF3. Grayscale: #B2B2B2. Windows color (decimal): -5450740 or 840876. OLE color: 840876.

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

Color convert

RGB 172 212 12 -
CMYK 0.19 0 0.94 0.17
HSL 72º 0.89% 0.44% -
HSV(B) 72º 0.94% 0.83% -
XYZ 40.62 55.88 8.99 -
YUV 177.24 34.75 124.26 -
System Red Green Blue C M Y K H S L
Decimal 172 212 12 0.19 0 0.94 0.17 72 0.89 0.44
Hex AC D4 C 13 0 5E 11 48 59 2C
Octal 254 324 14 23 0 136 21 110 131 54
Binary 10101100 11010100 1100 10011 0 1011110 10001 1001000 1011001 101100

Color Harmonies of #ACD40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD40C

Black with #ACD40C

Text Example


Text Example

White with #ACD40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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