Html Css Color HEX #ACD80B Inch Worm

📋 copy color: '#ACD80B'

red 172 ◦ green 216 ◦ blue 11

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

Shades of Inch Worm #ACD80B

Tints of Inch Worm #ACD80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 43.11%
G = 54.14%
B = 2.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#ACD80B (or 0xACD80B) is known color: Inch Worm. HEX triplet: AC, D8 and 0B. RGB value is (172,216,11). Sum of RGB (Red+Green+Blue) = 172+216+11=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD80B is #5327F4. Grayscale: #B4B4B4. Windows color (decimal): -5449717 or 776364. OLE color: 776364.

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

Color convert

RGB 172 216 11 -
CMYK 0.20 0 0.95 0.15
HSL 72.88º 0.9% 0.45% -
HSV(B) 72.88º 0.95% 0.85% -
XYZ 41.63 57.91 9.3 -
YUV 179.47 32.92 122.67 -
System Red Green Blue C M Y K H S L
Decimal 172 216 11 0.20 0 0.95 0.15 72.88 0.9 0.45
Hex AC D8 B 14 0 5F F 49 5A 2D
Octal 254 330 13 24 0 137 17 111 132 55
Binary 10101100 11011000 1011 10100 0 1011111 1111 1001001 1011010 101101

Color Harmonies of #ACD80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD80B

Black with #ACD80B

Text Example


Text Example

White with #ACD80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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