Html Css Color HEX #ACDB0C Inch Worm

📋 copy color: '#ACDB0C'

red 172 ◦ green 219 ◦ blue 12

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

Shades of Inch Worm #ACDB0C

Tints of Inch Worm #ACDB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.98%

R = 42.68%
G = 54.34%
B = 2.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#ACDB0C (or 0xACDB0C) is known color: Inch Worm. HEX triplet: AC, DB and 0C. RGB value is (172,219,12). Sum of RGB (Red+Green+Blue) = 172+219+12=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB0C is #5324F3. Grayscale: #B6B6B6. Windows color (decimal): -5448948 or 842668. OLE color: 842668.

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

Color convert

RGB 172 219 12 -
CMYK 0.21 0 0.95 0.14
HSL 73.62º 0.9% 0.45% -
HSV(B) 73.62º 0.95% 0.86% -
XYZ 42.41 59.46 9.59 -
YUV 181.35 32.43 121.33 -
System Red Green Blue C M Y K H S L
Decimal 172 219 12 0.21 0 0.95 0.14 73.62 0.9 0.45
Hex AC DB C 15 0 5F E 4A 5A 2D
Octal 254 333 14 25 0 137 16 112 132 55
Binary 10101100 11011011 1100 10101 0 1011111 1110 1001010 1011010 101101

Color Harmonies of #ACDB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB0C

Black with #ACDB0C

Text Example


Text Example

White with #ACDB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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