Html Css Color HEX #ACD912 Inch Worm

📋 copy color: '#ACD912'

red 172 ◦ green 217 ◦ blue 18

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

Shades of Inch Worm #ACD912

Tints of Inch Worm #ACD912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.32%

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

R = 42.26%
G = 53.32%
B = 4.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#ACD912 (or 0xACD912) is known color: Inch Worm. HEX triplet: AC, D9 and 12. RGB value is (172,217,18). Sum of RGB (Red+Green+Blue) = 172+217+18=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD912 is #5326ED. Grayscale: #B5B5B5. Windows color (decimal): -5449454 or 1235372. OLE color: 1235372.

HSL color Cylindrical-coordinate representation of color #ACD912: hue angle of 73.57º 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 #ACD912 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 18 -
CMYK 0.21 0 0.92 0.15
HSL 73.57º 0.85% 0.46% -
HSV(B) 73.57º 0.92% 0.85% -
XYZ 41.94 58.44 9.64 -
YUV 180.86 36.09 121.68 -
System Red Green Blue C M Y K H S L
Decimal 172 217 18 0.21 0 0.92 0.15 73.57 0.85 0.46
Hex AC D9 12 15 0 5C F 4A 55 2E
Octal 254 331 22 25 0 134 17 112 125 56
Binary 10101100 11011001 10010 10101 0 1011100 1111 1001010 1010101 101110

Color Harmonies of #ACD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD912

Black with #ACD912

Text Example


Text Example

White with #ACD912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD912; }

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

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

background-color css

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

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

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

border-color css

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

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

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