Html Css Color HEX #ACD112 Inch Worm

📋 copy color: '#ACD112'

red 172 ◦ green 209 ◦ blue 18

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

Shades of Inch Worm #ACD112

Tints of Inch Worm #ACD112

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.38%

 BLUE value IS 18 (7.42% from 255) = 4.51%

R = 43.11%
G = 52.38%
B = 4.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#ACD112 (or 0xACD112) is known color: Inch Worm. HEX triplet: AC, D1 and 12. RGB value is (172,209,18). Sum of RGB (Red+Green+Blue) = 172+209+18=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD112 is #532EED. Grayscale: #B0B0B0. Windows color (decimal): -5451502 or 1233324. OLE color: 1233324.

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

Color convert

RGB 172 209 18 -
CMYK 0.18 0 0.91 0.18
HSL 71.62º 0.84% 0.45% -
HSV(B) 71.62º 0.91% 0.82% -
XYZ 39.92 54.42 8.97 -
YUV 176.16 38.74 125.03 -
System Red Green Blue C M Y K H S L
Decimal 172 209 18 0.18 0 0.91 0.18 71.62 0.84 0.45
Hex AC D1 12 12 0 5B 12 48 54 2D
Octal 254 321 22 22 0 133 22 110 124 55
Binary 10101100 11010001 10010 10010 0 1011011 10010 1001000 1010100 101101

Color Harmonies of #ACD112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD112

Black with #ACD112

Text Example


Text Example

White with #ACD112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD112; }

 p { color: rgb(172,209,18); }

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

background-color css

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

 a { background-color: rgb(172,209,18); }

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

border-color css

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

 span { border-color: rgb(172,209,18); }

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