Html Css Color HEX #ACD412 Inch Worm

📋 copy color: '#ACD412'

red 172 ◦ green 212 ◦ blue 18

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

Shades of Inch Worm #ACD412

Tints of Inch Worm #ACD412

RGB

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

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

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

R = 42.79%
G = 52.74%
B = 4.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#ACD412 (or 0xACD412) is known color: Inch Worm. HEX triplet: AC, D4 and 12. RGB value is (172,212,18). Sum of RGB (Red+Green+Blue) = 172+212+18=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 212 (83.20% from 255 or 52.74% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD412 is #532BED. Grayscale: #B2B2B2. Windows color (decimal): -5450734 or 1234092. OLE color: 1234092.

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

Color convert

RGB 172 212 18 -
CMYK 0.19 0 0.92 0.17
HSL 72.37º 0.84% 0.45% -
HSV(B) 72.37º 0.92% 0.83% -
XYZ 40.67 55.9 9.22 -
YUV 177.92 37.75 123.77 -
System Red Green Blue C M Y K H S L
Decimal 172 212 18 0.19 0 0.92 0.17 72.37 0.84 0.45
Hex AC D4 12 13 0 5C 11 48 54 2D
Octal 254 324 22 23 0 134 21 110 124 55
Binary 10101100 11010100 10010 10011 0 1011100 10001 1001000 1010100 101101

Color Harmonies of #ACD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD412

Black with #ACD412

Text Example


Text Example

White with #ACD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD412; }

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

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

background-color css

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

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

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

border-color css

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

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

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