Html Css Color HEX #ACD704 Inch Worm

📋 copy color: '#ACD704'

red 172 ◦ green 215 ◦ blue 4

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

Shades of Inch Worm #ACD704

Tints of Inch Worm #ACD704

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.99%

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

R = 43.99%
G = 54.99%
B = 1.02%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#ACD704 (or 0xACD704) is known color: Inch Worm. HEX triplet: AC, D7 and 04. RGB value is (172,215,4). Sum of RGB (Red+Green+Blue) = 172+215+4=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD704 is #5328FB. Grayscale: #B2B2B2. Windows color (decimal): -5449980 or 317356. OLE color: 317356.

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

Color convert

RGB 172 215 4 -
CMYK 0.2 0 0.98 0.16
HSL 72.23º 0.96% 0.43% -
HSV(B) 72.23º 0.98% 0.84% -
XYZ 41.34 57.38 9.01 -
YUV 178.09 29.75 123.66 -
System Red Green Blue C M Y K H S L
Decimal 172 215 4 0.2 0 0.98 0.16 72.23 0.96 0.43
Hex AC D7 4 14 0 62 10 48 60 2B
Octal 254 327 4 24 0 142 20 110 140 53
Binary 10101100 11010111 100 10100 0 1100010 10000 1001000 1100000 101011

Color Harmonies of #ACD704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD704

Black with #ACD704

Text Example


Text Example

White with #ACD704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD704; }

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

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

background-color css

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

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

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

border-color css

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

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

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