Html Css Color HEX #ACD604 Inch Worm

📋 copy color: '#ACD604'

red 172 ◦ green 214 ◦ blue 4

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

Shades of Inch Worm #ACD604

Tints of Inch Worm #ACD604

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.87%

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

R = 44.1%
G = 54.87%
B = 1.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#ACD604 (or 0xACD604) is known color: Inch Worm. HEX triplet: AC, D6 and 04. RGB value is (172,214,4). Sum of RGB (Red+Green+Blue) = 172+214+4=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD604 is #5329FB. Grayscale: #B2B2B2. Windows color (decimal): -5450236 or 317100. OLE color: 317100.

HSL color Cylindrical-coordinate representation of color #ACD604: hue angle of 72º 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 #ACD604 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 4 -
CMYK 0.20 0 0.98 0.16
HSL 72º 0.96% 0.43% -
HSV(B) 72º 0.98% 0.84% -
XYZ 41.08 56.87 8.93 -
YUV 177.5 30.09 124.08 -
System Red Green Blue C M Y K H S L
Decimal 172 214 4 0.20 0 0.98 0.16 72 0.96 0.43
Hex AC D6 4 14 0 62 10 48 60 2B
Octal 254 326 4 24 0 142 20 110 140 53
Binary 10101100 11010110 100 10100 0 1100010 10000 1001000 1100000 101011

Color Harmonies of #ACD604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD604

Black with #ACD604

Text Example


Text Example

White with #ACD604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD604; }

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

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

background-color css

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

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

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

border-color css

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

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

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