Html Css Color HEX #ACD004 Inch Worm

📋 copy color: '#ACD004'

red 172 ◦ green 208 ◦ blue 4

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

Shades of Inch Worm #ACD004

Tints of Inch Worm #ACD004

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.17%

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

R = 44.79%
G = 54.17%
B = 1.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#ACD004 (or 0xACD004) is known color: Inch Worm. HEX triplet: AC, D0 and 04. RGB value is (172,208,4). Sum of RGB (Red+Green+Blue) = 172+208+4=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD004 is #532FFB. Grayscale: #AEAEAE. Windows color (decimal): -5451772 or 315564. OLE color: 315564.

HSL color Cylindrical-coordinate representation of color #ACD004: hue angle of 70.59º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACD004 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 4 -
CMYK 0.17 0 0.98 0.18
HSL 70.59º 0.96% 0.42% -
HSV(B) 70.59º 0.98% 0.82% -
XYZ 39.59 53.89 8.43 -
YUV 173.98 32.07 126.59 -
System Red Green Blue C M Y K H S L
Decimal 172 208 4 0.17 0 0.98 0.18 70.59 0.96 0.42
Hex AC D0 4 11 0 62 12 47 60 2A
Octal 254 320 4 21 0 142 22 107 140 52
Binary 10101100 11010000 100 10001 0 1100010 10010 1000111 1100000 101010

Color Harmonies of #ACD004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD004

Black with #ACD004

Text Example


Text Example

White with #ACD004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD004; }

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

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

background-color css

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

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

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

border-color css

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

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

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