Html Css Color HEX #ACD804 Inch Worm

📋 copy color: '#ACD804'

red 172 ◦ green 216 ◦ blue 4

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

Shades of Inch Worm #ACD804

Tints of Inch Worm #ACD804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 43.88%
G = 55.1%
B = 1.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#ACD804 (or 0xACD804) is known color: Inch Worm. HEX triplet: AC, D8 and 04. RGB value is (172,216,4). Sum of RGB (Red+Green+Blue) = 172+216+4=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD804 is #5327FB. Grayscale: #B3B3B3. Windows color (decimal): -5449724 or 317612. OLE color: 317612.

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

Color convert

RGB 172 216 4 -
CMYK 0.20 0 0.98 0.15
HSL 72.45º 0.96% 0.43% -
HSV(B) 72.45º 0.98% 0.85% -
XYZ 41.59 57.89 9.1 -
YUV 178.68 29.42 123.24 -
System Red Green Blue C M Y K H S L
Decimal 172 216 4 0.20 0 0.98 0.15 72.45 0.96 0.43
Hex AC D8 4 14 0 62 F 48 60 2B
Octal 254 330 4 24 0 142 17 110 140 53
Binary 10101100 11011000 100 10100 0 1100010 1111 1001000 1100000 101011

Color Harmonies of #ACD804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD804

Black with #ACD804

Text Example


Text Example

White with #ACD804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD804; }

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

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

background-color css

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

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

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

border-color css

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

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

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