Html Css Color HEX #ACDC05 Inch Worm

📋 copy color: '#ACDC05'

red 172 ◦ green 220 ◦ blue 5

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

Shades of Inch Worm #ACDC05

Tints of Inch Worm #ACDC05

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.42%

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 43.32%
G = 55.42%
B = 1.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#ACDC05 (or 0xACDC05) is known color: Inch Worm. HEX triplet: AC, DC and 05. RGB value is (172,220,5). Sum of RGB (Red+Green+Blue) = 172+220+5=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDC05 is #5323FA. Grayscale: #B5B5B5. Windows color (decimal): -5448699 or 384172. OLE color: 384172.

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

Color convert

RGB 172 220 5 -
CMYK 0.22 0 0.98 0.14
HSL 73.4º 0.96% 0.44% -
HSV(B) 73.4º 0.98% 0.86% -
XYZ 42.63 59.97 9.47 -
YUV 181.14 28.6 121.48 -
System Red Green Blue C M Y K H S L
Decimal 172 220 5 0.22 0 0.98 0.14 73.4 0.96 0.44
Hex AC DC 5 16 0 62 E 49 60 2C
Octal 254 334 5 26 0 142 16 111 140 54
Binary 10101100 11011100 101 10110 0 1100010 1110 1001001 1100000 101100

Color Harmonies of #ACDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC05

Black with #ACDC05

Text Example


Text Example

White with #ACDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC05; }

 p { color: rgb(172,220,5); }

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

background-color css

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

 a { background-color: rgb(172,220,5); }

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

border-color css

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

 span { border-color: rgb(172,220,5); }

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