Html Css Color HEX #ACD418 Inch Worm

📋 copy color: '#ACD418'

red 172 ◦ green 212 ◦ blue 24

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

Shades of Inch Worm #ACD418

Tints of Inch Worm #ACD418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.88%

R = 42.16%
G = 51.96%
B = 5.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#ACD418 (or 0xACD418) is known color: Inch Worm. HEX triplet: AC, D4 and 18. RGB value is (172,212,24). Sum of RGB (Red+Green+Blue) = 172+212+24=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD418 is #532BE7. Grayscale: #B3B3B3. Windows color (decimal): -5450728 or 1627308. OLE color: 1627308.

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

Color convert

RGB 172 212 24 -
CMYK 0.19 0 0.89 0.17
HSL 72.77º 0.8% 0.46% -
HSV(B) 72.77º 0.89% 0.83% -
XYZ 40.72 55.92 9.51 -
YUV 178.61 40.75 123.29 -
System Red Green Blue C M Y K H S L
Decimal 172 212 24 0.19 0 0.89 0.17 72.77 0.8 0.46
Hex AC D4 18 13 0 59 11 49 50 2E
Octal 254 324 30 23 0 131 21 111 120 56
Binary 10101100 11010100 11000 10011 0 1011001 10001 1001001 1010000 101110

Color Harmonies of #ACD418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD418

Black with #ACD418

Text Example


Text Example

White with #ACD418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD418; }

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

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

background-color css

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

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

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

border-color css

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

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

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