Html Css Color HEX #ACD816 Inch Worm

📋 copy color: '#ACD816'

red 172 ◦ green 216 ◦ blue 22

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

Shades of Inch Worm #ACD816

Tints of Inch Worm #ACD816

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.68%

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

R = 41.95%
G = 52.68%
B = 5.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#ACD816 (or 0xACD816) is known color: Inch Worm. HEX triplet: AC, D8 and 16. RGB value is (172,216,22). Sum of RGB (Red+Green+Blue) = 172+216+22=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD816 is #5327E9. Grayscale: #B5B5B5. Windows color (decimal): -5449706 or 1497260. OLE color: 1497260.

HSL color Cylindrical-coordinate representation of color #ACD816: hue angle of 73.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACD816 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 22 -
CMYK 0.20 0 0.90 0.15
HSL 73.61º 0.82% 0.47% -
HSV(B) 73.61º 0.9% 0.85% -
XYZ 41.71 57.94 9.74 -
YUV 180.73 38.42 121.77 -
System Red Green Blue C M Y K H S L
Decimal 172 216 22 0.20 0 0.90 0.15 73.61 0.82 0.47
Hex AC D8 16 14 0 5A F 4A 52 2F
Octal 254 330 26 24 0 132 17 112 122 57
Binary 10101100 11011000 10110 10100 0 1011010 1111 1001010 1010010 101111

Color Harmonies of #ACD816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD816

Black with #ACD816

Text Example


Text Example

White with #ACD816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD816; }

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

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

background-color css

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

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

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

border-color css

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

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

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