Html Css Color HEX #ACD316 Inch Worm

📋 copy color: '#ACD316'

red 172 ◦ green 211 ◦ blue 22

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

Shades of Inch Worm #ACD316

Tints of Inch Worm #ACD316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.1%

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

R = 42.47%
G = 52.1%
B = 5.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#ACD316 (or 0xACD316) is known color: Inch Worm. HEX triplet: AC, D3 and 16. RGB value is (172,211,22). Sum of RGB (Red+Green+Blue) = 172+211+22=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD316 is #532CE9. Grayscale: #B2B2B2. Windows color (decimal): -5450986 or 1495980. OLE color: 1495980.

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

Color convert

RGB 172 211 22 -
CMYK 0.18 0 0.90 0.17
HSL 72.38º 0.81% 0.46% -
HSV(B) 72.38º 0.9% 0.83% -
XYZ 40.45 55.42 9.32 -
YUV 177.79 40.08 123.87 -
System Red Green Blue C M Y K H S L
Decimal 172 211 22 0.18 0 0.90 0.17 72.38 0.81 0.46
Hex AC D3 16 12 0 5A 11 48 51 2E
Octal 254 323 26 22 0 132 21 110 121 56
Binary 10101100 11010011 10110 10010 0 1011010 10001 1001000 1010001 101110

Color Harmonies of #ACD316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD316

Black with #ACD316

Text Example


Text Example

White with #ACD316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD316; }

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

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

background-color css

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

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

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

border-color css

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

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

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