Html Css Color HEX #ACDB00 Inch Worm

📋 copy color: '#ACDB00'

red 172 ◦ green 219 ◦ blue 0

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

Shades of Inch Worm #ACDB00

Tints of Inch Worm #ACDB00

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.01%

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

R = 43.99%
G = 56.01%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#ACDB00 (or 0xACDB00) is known color: Inch Worm. HEX triplet: AC, DB and 00. RGB value is (172,219,0). Sum of RGB (Red+Green+Blue) = 172+219+0=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB00 is #5324FF. Grayscale: #B4B4B4. Windows color (decimal): -5448960 or 56236. OLE color: 56236.

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

Color convert

RGB 172 219 0 -
CMYK 0.21 0 1 0.14
HSL 72.88º 1% 0.43% -
HSV(B) 72.88º 1% 0.86% -
XYZ 42.34 59.43 9.24 -
YUV 179.98 26.43 122.31 -
System Red Green Blue C M Y K H S L
Decimal 172 219 0 0.21 0 1 0.14 72.88 1 0.43
Hex AC DB 0 15 0 64 E 49 64 2B
Octal 254 333 0 25 0 144 16 111 144 53
Binary 10101100 11011011 0 10101 0 1100100 1110 1001001 1100100 101011

Color Harmonies of #ACDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB00

Black with #ACDB00

Text Example


Text Example

White with #ACDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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