Html Css Color HEX #ACD80A Inch Worm

📋 copy color: '#ACD80A'

red 172 ◦ green 216 ◦ blue 10

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

Shades of Inch Worm #ACD80A

Tints of Inch Worm #ACD80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 43.22%
G = 54.27%
B = 2.51%

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

#ACD80A (or 0xACD80A) is known color: Inch Worm. HEX triplet: AC, D8 and 0A. RGB value is (172,216,10). Sum of RGB (Red+Green+Blue) = 172+216+10=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD80A is #5327F5. Grayscale: #B4B4B4. Windows color (decimal): -5449718 or 710828. OLE color: 710828.

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

Color convert

RGB 172 216 10 -
CMYK 0.20 0 0.95 0.15
HSL 72.82º 0.91% 0.44% -
HSV(B) 72.82º 0.95% 0.85% -
XYZ 41.62 57.9 9.27 -
YUV 179.36 32.42 122.75 -
System Red Green Blue C M Y K H S L
Decimal 172 216 10 0.20 0 0.95 0.15 72.82 0.91 0.44
Hex AC D8 A 14 0 5F F 49 5B 2C
Octal 254 330 12 24 0 137 17 111 133 54
Binary 10101100 11011000 1010 10100 0 1011111 1111 1001001 1011011 101100

Color Harmonies of #ACD80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD80A

Black with #ACD80A

Text Example


Text Example

White with #ACD80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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