Html Css Color HEX #ACD216 Inch Worm

📋 copy color: '#ACD216'

red 172 ◦ green 210 ◦ blue 22

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

Shades of Inch Worm #ACD216

Tints of Inch Worm #ACD216

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.98%

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

R = 42.57%
G = 51.98%
B = 5.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#ACD216 (or 0xACD216) is known color: Inch Worm. HEX triplet: AC, D2 and 16. RGB value is (172,210,22). Sum of RGB (Red+Green+Blue) = 172+210+22=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD216 is #532DE9. Grayscale: #B1B1B1. Windows color (decimal): -5451242 or 1495724. OLE color: 1495724.

HSL color Cylindrical-coordinate representation of color #ACD216: hue angle of 72.13º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACD216 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 22 -
CMYK 0.18 0 0.90 0.18
HSL 72.13º 0.81% 0.45% -
HSV(B) 72.13º 0.9% 0.82% -
XYZ 40.2 54.92 9.24 -
YUV 177.21 40.41 124.29 -
System Red Green Blue C M Y K H S L
Decimal 172 210 22 0.18 0 0.90 0.18 72.13 0.81 0.45
Hex AC D2 16 12 0 5A 12 48 51 2D
Octal 254 322 26 22 0 132 22 110 121 55
Binary 10101100 11010010 10110 10010 0 1011010 10010 1001000 1010001 101101

Color Harmonies of #ACD216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD216

Black with #ACD216

Text Example


Text Example

White with #ACD216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD216; }

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

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

background-color css

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

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

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

border-color css

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

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

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