Html Css Color HEX #ACDB1D Inch Worm

📋 copy color: '#ACDB1D'

red 172 ◦ green 219 ◦ blue 29

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

Shades of Inch Worm #ACDB1D

Tints of Inch Worm #ACDB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.9%

R = 40.95%
G = 52.14%
B = 6.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#ACDB1D (or 0xACDB1D) is known color: Inch Worm. HEX triplet: AC, DB and 1D. RGB value is (172,219,29). Sum of RGB (Red+Green+Blue) = 172+219+29=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB1D is #5324E2. Grayscale: #B7B7B7. Windows color (decimal): -5448931 or 1956780. OLE color: 1956780.

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

Color convert

RGB 172 219 29 -
CMYK 0.21 0 0.87 0.14
HSL 74.84º 0.77% 0.49% -
HSV(B) 74.84º 0.87% 0.86% -
XYZ 42.57 59.52 10.41 -
YUV 183.29 40.93 119.95 -
System Red Green Blue C M Y K H S L
Decimal 172 219 29 0.21 0 0.87 0.14 74.84 0.77 0.49
Hex AC DB 1D 15 0 57 E 4B 4D 31
Octal 254 333 35 25 0 127 16 113 115 61
Binary 10101100 11011011 11101 10101 0 1010111 1110 1001011 1001101 110001

Color Harmonies of #ACDB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB1D

Black with #ACDB1D

Text Example


Text Example

White with #ACDB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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