Html Css Color HEX #ACDD04 Inch Worm

📋 copy color: '#ACDD04'

red 172 ◦ green 221 ◦ blue 4

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

Shades of Inch Worm #ACDD04

Tints of Inch Worm #ACDD04

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.67%

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

R = 43.32%
G = 55.67%
B = 1.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#ACDD04 (or 0xACDD04) is known color: Inch Worm. HEX triplet: AC, DD and 04. RGB value is (172,221,4). Sum of RGB (Red+Green+Blue) = 172+221+4=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD04 is #5322FB. Grayscale: #B6B6B6. Windows color (decimal): -5448444 or 318892. OLE color: 318892.

HSL color Cylindrical-coordinate representation of color #ACDD04: hue angle of 73.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACDD04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 4 -
CMYK 0.22 0 0.98 0.13
HSL 73.55º 0.96% 0.44% -
HSV(B) 73.55º 0.98% 0.87% -
XYZ 42.89 60.49 9.53 -
YUV 181.61 27.77 121.14 -
System Red Green Blue C M Y K H S L
Decimal 172 221 4 0.22 0 0.98 0.13 73.55 0.96 0.44
Hex AC DD 4 16 0 62 D 4A 60 2C
Octal 254 335 4 26 0 142 15 112 140 54
Binary 10101100 11011101 100 10110 0 1100010 1101 1001010 1100000 101100

Color Harmonies of #ACDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD04

Black with #ACDD04

Text Example


Text Example

White with #ACDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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