Html Css Color HEX #ACDB0D Inch Worm

📋 copy color: '#ACDB0D'

red 172 ◦ green 219 ◦ blue 13

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

Shades of Inch Worm #ACDB0D

Tints of Inch Worm #ACDB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.22%

R = 42.57%
G = 54.21%
B = 3.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#ACDB0D (or 0xACDB0D) is known color: Inch Worm. HEX triplet: AC, DB and 0D. RGB value is (172,219,13). Sum of RGB (Red+Green+Blue) = 172+219+13=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB0D is #5324F2. Grayscale: #B6B6B6. Windows color (decimal): -5448947 or 908204. OLE color: 908204.

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

Color convert

RGB 172 219 13 -
CMYK 0.21 0 0.94 0.14
HSL 73.69º 0.89% 0.45% -
HSV(B) 73.69º 0.94% 0.86% -
XYZ 42.42 59.46 9.62 -
YUV 181.46 32.93 121.25 -
System Red Green Blue C M Y K H S L
Decimal 172 219 13 0.21 0 0.94 0.14 73.69 0.89 0.45
Hex AC DB D 15 0 5E E 4A 59 2D
Octal 254 333 15 25 0 136 16 112 131 55
Binary 10101100 11011011 1101 10101 0 1011110 1110 1001010 1011001 101101

Color Harmonies of #ACDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB0D

Black with #ACDB0D

Text Example


Text Example

White with #ACDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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