Html Css Color HEX #ACD812 Inch Worm

📋 copy color: '#ACD812'

red 172 ◦ green 216 ◦ blue 18

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

Shades of Inch Worm #ACD812

Tints of Inch Worm #ACD812

RGB

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

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

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

R = 42.36%
G = 53.2%
B = 4.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#ACD812 (or 0xACD812) is known color: Inch Worm. HEX triplet: AC, D8 and 12. RGB value is (172,216,18). Sum of RGB (Red+Green+Blue) = 172+216+18=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD812 is #5327ED. Grayscale: #B5B5B5. Windows color (decimal): -5449710 or 1235116. OLE color: 1235116.

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

Color convert

RGB 172 216 18 -
CMYK 0.20 0 0.92 0.15
HSL 73.33º 0.85% 0.46% -
HSV(B) 73.33º 0.92% 0.85% -
XYZ 41.68 57.93 9.56 -
YUV 180.27 36.42 122.1 -
System Red Green Blue C M Y K H S L
Decimal 172 216 18 0.20 0 0.92 0.15 73.33 0.85 0.46
Hex AC D8 12 14 0 5C F 49 55 2E
Octal 254 330 22 24 0 134 17 111 125 56
Binary 10101100 11011000 10010 10100 0 1011100 1111 1001001 1010101 101110

Color Harmonies of #ACD812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD812

Black with #ACD812

Text Example


Text Example

White with #ACD812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD812; }

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

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

background-color css

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

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

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

border-color css

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

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

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