Html Css Color HEX #ACDA00 Inch Worm

📋 copy color: '#ACDA00'

red 172 ◦ green 218 ◦ blue 0

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

Shades of Inch Worm #ACDA00

Tints of Inch Worm #ACDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.1%
G = 55.9%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#ACDA00 (or 0xACDA00) is known color: Inch Worm. HEX triplet: AC, DA and 00. RGB value is (172,218,0). Sum of RGB (Red+Green+Blue) = 172+218+0=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDA00 is #5325FF. Grayscale: #B4B4B4. Windows color (decimal): -5449216 or 55980. OLE color: 55980.

HSL color Cylindrical-coordinate representation of color #ACDA00: hue angle of 72.66º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACDA00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 0 -
CMYK 0.21 0 1 0.15
HSL 72.66º 1% 0.43% -
HSV(B) 72.66º 1% 0.85% -
XYZ 42.08 58.91 9.15 -
YUV 179.39 26.76 122.73 -
System Red Green Blue C M Y K H S L
Decimal 172 218 0 0.21 0 1 0.15 72.66 1 0.43
Hex AC DA 0 15 0 64 F 49 64 2B
Octal 254 332 0 25 0 144 17 111 144 53
Binary 10101100 11011010 0 10101 0 1100100 1111 1001001 1100100 101011

Color Harmonies of #ACDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA00

Black with #ACDA00

Text Example


Text Example

White with #ACDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA00; }

 p { color: rgb(172,218,0); }

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

background-color css

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

 a { background-color: rgb(172,218,0); }

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

border-color css

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

 span { border-color: rgb(172,218,0); }

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