Html Css Color HEX #ACDC03 Inch Worm

📋 copy color: '#ACDC03'

red 172 ◦ green 220 ◦ blue 3

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

Shades of Inch Worm #ACDC03

Tints of Inch Worm #ACDC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 43.54%
G = 55.7%
B = 0.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#ACDC03 (or 0xACDC03) is known color: Inch Worm. HEX triplet: AC, DC and 03. RGB value is (172,220,3). Sum of RGB (Red+Green+Blue) = 172+220+3=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDC03 is #5323FC. Grayscale: #B5B5B5. Windows color (decimal): -5448701 or 253100. OLE color: 253100.

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

Color convert

RGB 172 220 3 -
CMYK 0.22 0 0.99 0.14
HSL 73.27º 0.97% 0.44% -
HSV(B) 73.27º 0.99% 0.86% -
XYZ 42.62 59.96 9.41 -
YUV 180.91 27.6 121.64 -
System Red Green Blue C M Y K H S L
Decimal 172 220 3 0.22 0 0.99 0.14 73.27 0.97 0.44
Hex AC DC 3 16 0 63 E 49 61 2C
Octal 254 334 3 26 0 143 16 111 141 54
Binary 10101100 11011100 11 10110 0 1100011 1110 1001001 1100001 101100

Color Harmonies of #ACDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC03

Black with #ACDC03

Text Example


Text Example

White with #ACDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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