Html Css Color HEX #ACD516 Inch Worm

📋 copy color: '#ACD516'

red 172 ◦ green 213 ◦ blue 22

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

Shades of Inch Worm #ACD516

Tints of Inch Worm #ACD516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.33%

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

R = 42.26%
G = 52.33%
B = 5.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#ACD516 (or 0xACD516) is known color: Inch Worm. HEX triplet: AC, D5 and 16. RGB value is (172,213,22). Sum of RGB (Red+Green+Blue) = 172+213+22=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD516 is #532AE9. Grayscale: #B3B3B3. Windows color (decimal): -5450474 or 1496492. OLE color: 1496492.

HSL color Cylindrical-coordinate representation of color #ACD516: hue angle of 72.88º 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 #ACD516 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 22 -
CMYK 0.19 0 0.90 0.16
HSL 72.88º 0.81% 0.46% -
HSV(B) 72.88º 0.9% 0.84% -
XYZ 40.95 56.42 9.49 -
YUV 178.97 39.42 123.03 -
System Red Green Blue C M Y K H S L
Decimal 172 213 22 0.19 0 0.90 0.16 72.88 0.81 0.46
Hex AC D5 16 13 0 5A 10 49 51 2E
Octal 254 325 26 23 0 132 20 111 121 56
Binary 10101100 11010101 10110 10011 0 1011010 10000 1001001 1010001 101110

Color Harmonies of #ACD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD516

Black with #ACD516

Text Example


Text Example

White with #ACD516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD516; }

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

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

background-color css

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

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

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

border-color css

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

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

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