Html Css Color HEX #ACD618 Inch Worm

📋 copy color: '#ACD618'

red 172 ◦ green 214 ◦ blue 24

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

Shades of Inch Worm #ACD618

Tints of Inch Worm #ACD618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.2%

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

R = 41.95%
G = 52.2%
B = 5.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#ACD618 (or 0xACD618) is known color: Inch Worm. HEX triplet: AC, D6 and 18. RGB value is (172,214,24). Sum of RGB (Red+Green+Blue) = 172+214+24=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD618 is #5329E7. Grayscale: #B4B4B4. Windows color (decimal): -5450216 or 1627820. OLE color: 1627820.

HSL color Cylindrical-coordinate representation of color #ACD618: hue angle of 73.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACD618 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 24 -
CMYK 0.20 0 0.89 0.16
HSL 73.26º 0.8% 0.47% -
HSV(B) 73.26º 0.89% 0.84% -
XYZ 41.22 56.93 9.68 -
YUV 179.78 40.09 122.45 -
System Red Green Blue C M Y K H S L
Decimal 172 214 24 0.20 0 0.89 0.16 73.26 0.8 0.47
Hex AC D6 18 14 0 59 10 49 50 2F
Octal 254 326 30 24 0 131 20 111 120 57
Binary 10101100 11010110 11000 10100 0 1011001 10000 1001001 1010000 101111

Color Harmonies of #ACD618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD618

Black with #ACD618

Text Example


Text Example

White with #ACD618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD618; }

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

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

background-color css

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

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

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

border-color css

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

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

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