Html Css Color HEX #ACDC19 Inch Worm

📋 copy color: '#ACDC19'

red 172 ◦ green 220 ◦ blue 25

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

Shades of Inch Worm #ACDC19

Tints of Inch Worm #ACDC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6%

R = 41.25%
G = 52.76%
B = 6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#ACDC19 (or 0xACDC19) is known color: Inch Worm. HEX triplet: AC, DC and 19. RGB value is (172,220,25). Sum of RGB (Red+Green+Blue) = 172+220+25=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDC19 is #5323E6. Grayscale: #B8B8B8. Windows color (decimal): -5448679 or 1694892. OLE color: 1694892.

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

Color convert

RGB 172 220 25 -
CMYK 0.22 0 0.89 0.14
HSL 74.77º 0.8% 0.48% -
HSV(B) 74.77º 0.89% 0.86% -
XYZ 42.78 60.03 10.25 -
YUV 183.42 38.6 119.86 -
System Red Green Blue C M Y K H S L
Decimal 172 220 25 0.22 0 0.89 0.14 74.77 0.8 0.48
Hex AC DC 19 16 0 59 E 4B 50 30
Octal 254 334 31 26 0 131 16 113 120 60
Binary 10101100 11011100 11001 10110 0 1011001 1110 1001011 1010000 110000

Color Harmonies of #ACDC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC19

Black with #ACDC19

Text Example


Text Example

White with #ACDC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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