Html Css Color HEX #ACD616 Inch Worm

📋 copy color: '#ACD616'

red 172 ◦ green 214 ◦ blue 22

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

Shades of Inch Worm #ACD616

Tints of Inch Worm #ACD616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.39%

R = 42.16%
G = 52.45%
B = 5.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#ACD616 (or 0xACD616) is known color: Inch Worm. HEX triplet: AC, D6 and 16. RGB value is (172,214,22). Sum of RGB (Red+Green+Blue) = 172+214+22=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD616 is #5329E9. Grayscale: #B4B4B4. Windows color (decimal): -5450218 or 1496748. OLE color: 1496748.

HSL color Cylindrical-coordinate representation of color #ACD616: hue angle of 73.12º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACD616 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 22 -
CMYK 0.20 0 0.90 0.16
HSL 73.13º 0.81% 0.46% -
HSV(B) 73.13º 0.9% 0.84% -
XYZ 41.2 56.92 9.57 -
YUV 179.55 39.09 122.61 -
System Red Green Blue C M Y K H S L
Decimal 172 214 22 0.20 0 0.90 0.16 73.13 0.81 0.46
Hex AC D6 16 14 0 5A 10 49 51 2E
Octal 254 326 26 24 0 132 20 111 121 56
Binary 10101100 11010110 10110 10100 0 1011010 10000 1001001 1010001 101110

Color Harmonies of #ACD616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD616

Black with #ACD616

Text Example


Text Example

White with #ACD616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD616; }

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

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

background-color css

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

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

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

border-color css

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

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

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